mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 20:00:49 +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 = "";
|
userConfig.CommandMap = "";
|
||||||
if (maprecord)
|
if (maprecord)
|
||||||
{
|
{
|
||||||
NewGame(maprecord, /*userConfig.skill*/2); // todo: fix the skill.
|
DeferedStartGame(maprecord, -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue