CGE2: Fix graphic glitch at closing the game.

This commit is contained in:
uruk 2014-07-29 08:48:45 +02:00
parent dd1637af9f
commit f538660c15

View File

@ -762,6 +762,7 @@ void CGE2Engine::cge2_main() {
if (_startGameSlot != -1) {
// Starting up a savegame from the launcher
runGame();
return;
}
if (showTitle("WELCOME")) {