diff options
author | uruk | 2014-07-29 08:48:45 +0200 |
---|---|---|
committer | uruk | 2014-07-29 08:48:45 +0200 |
commit | f538660c1558f6eb170bf82421cfe34155f6a9c3 (patch) | |
tree | 2a5ab32658efc1810f06f6c70033e098058c0813 /engines/cge2 | |
parent | dd1637af9f8847be7077dc7962c1a4f4d527de95 (diff) | |
download | scummvm-rg350-f538660c1558f6eb170bf82421cfe34155f6a9c3.tar.gz scummvm-rg350-f538660c1558f6eb170bf82421cfe34155f6a9c3.tar.bz2 scummvm-rg350-f538660c1558f6eb170bf82421cfe34155f6a9c3.zip |
CGE2: Fix graphic glitch at closing the game.
Diffstat (limited to 'engines/cge2')
-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")) { |