diff options
-rw-r--r-- | engines/cge2/cge2_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index 2669ac9fe7..8c166848dc 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -762,6 +762,7 @@ void CGE2Engine::cge2_main() { if (_startGameSlot != -1) { // Starting up a savegame from the launcher runGame(); + return; } if (showTitle("WELCOME")) { |