mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +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)
|
if (!InMenuLevel)
|
||||||
{
|
{
|
||||||
ready2send = 1;
|
ready2send = 1;
|
||||||
LoadGameOutsideMoveLoop = TRUE;
|
|
||||||
}
|
}
|
||||||
else ExitLevel = TRUE;
|
else ExitLevel = TRUE;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue