- fixed Shadow Warrior save game loading from the main menu.

This commit is contained in:
Christoph Oelckers 2020-01-11 18:50:38 +01:00
parent 3b955b7c94
commit a5f08a4734

View file

@ -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;