From a5f08a4734a056fa35adae01e80fceddca2da0f3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 11 Jan 2020 18:50:38 +0100 Subject: [PATCH] - fixed Shadow Warrior save game loading from the main menu. --- source/sw/src/save.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/save.cpp b/source/sw/src/save.cpp index 3ee26f112..22447e94a 100644 --- a/source/sw/src/save.cpp +++ b/source/sw/src/save.cpp @@ -1278,10 +1278,10 @@ bool GameInterface::LoadGame(FSaveGameNode* sv) + LoadGameOutsideMoveLoop = TRUE; if (!InMenuLevel) { ready2send = 1; - LoadGameOutsideMoveLoop = TRUE; } else ExitLevel = TRUE; return true;