mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 22:51:11 +00:00
CGE2: Fix graphic glitch at closing the game.
This commit is contained in:
parent
dd1637af9f
commit
f538660c15
@ -762,6 +762,7 @@ void CGE2Engine::cge2_main() {
|
|||||||
if (_startGameSlot != -1) {
|
if (_startGameSlot != -1) {
|
||||||
// Starting up a savegame from the launcher
|
// Starting up a savegame from the launcher
|
||||||
runGame();
|
runGame();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showTitle("WELCOME")) {
|
if (showTitle("WELCOME")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user