Fixed missions not matching between Linux and Windows builds

This commit is contained in:
Regalis
2016-03-28 19:56:32 +03:00
parent c1a1990f08
commit 23f1623562
4 changed files with 5 additions and 17 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ namespace Barotrauma
private void CreateScriptedEvents(Level level)
{
Random rand = new Random(ToolBox.StringToInt(level.Seed));
MTRandom rand = new MTRandom(ToolBox.StringToInt(level.Seed));
float totalDifficulty = level.Difficulty;