- Fix maps loaded from the command line starting with corrupted sectors.

* Starting game same way `map` CCMD does it for now.
This commit is contained in:
Mitchell Richters 2021-06-24 18:50:10 +10:00
parent 9645009b28
commit 39983f8144

View file

@ -688,7 +688,7 @@ void MainLoop ()
userConfig.CommandMap = "";
if (maprecord)
{
NewGame(maprecord, /*userConfig.skill*/2); // todo: fix the skill.
DeferedStartGame(maprecord, -1);
}
}