mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed Shadow Warrior save game loading from the main menu.
This commit is contained in:
parent
3b955b7c94
commit
a5f08a4734
1 changed files with 1 additions and 1 deletions
|
@ -1278,10 +1278,10 @@ bool GameInterface::LoadGame(FSaveGameNode* sv)
|
|||
|
||||
|
||||
|
||||
LoadGameOutsideMoveLoop = TRUE;
|
||||
if (!InMenuLevel)
|
||||
{
|
||||
ready2send = 1;
|
||||
LoadGameOutsideMoveLoop = TRUE;
|
||||
}
|
||||
else ExitLevel = TRUE;
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue