mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- 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:
parent
9645009b28
commit
39983f8144
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ void MainLoop ()
|
|||
userConfig.CommandMap = "";
|
||||
if (maprecord)
|
||||
{
|
||||
NewGame(maprecord, /*userConfig.skill*/2); // todo: fix the skill.
|
||||
DeferedStartGame(maprecord, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue