mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 07:22:41 +00:00
FULLPIPE: Fix quitting game via menu
This commit is contained in:
parent
44e5c01e35
commit
7fe5a4ef91
@ -1429,14 +1429,9 @@ bool ModalQuery::init(int counterdiff) {
|
|||||||
if (_bgScene)
|
if (_bgScene)
|
||||||
g_fp->sceneFade(_bgScene, false);
|
g_fp->sceneFade(_bgScene, false);
|
||||||
|
|
||||||
warning("STUB: ModalQuery::init()");
|
g_fp->_gameContinue = false;
|
||||||
|
|
||||||
// Quit game
|
return false;
|
||||||
//if (inputArFlag) {
|
|
||||||
// g_needRestart = 1;
|
|
||||||
// return 0;
|
|
||||||
//}
|
|
||||||
//SendMessageA(hwndCallback, WM_DESTROY, 0, 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user