(b1ed113e0) Randomize map seed when opening the "new game" tab. Closes #1399

This commit is contained in:
Joonas Rikkonen
2019-04-08 13:37:12 +03:00
parent 9594ea67a7
commit 24794932dc
2 changed files with 6 additions and 0 deletions
@@ -387,6 +387,7 @@ namespace Barotrauma
{
case Tab.NewGame:
campaignSetupUI.CreateDefaultSaveName();
campaignSetupUI.RandomizeSeed();
campaignSetupUI.UpdateTutorialSelection();
campaignSetupUI.UpdateSubList(Submarine.SavedSubmarines);
break;