mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-29 21:24:53 +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)
|
||||
g_fp->sceneFade(_bgScene, false);
|
||||
|
||||
warning("STUB: ModalQuery::init()");
|
||||
g_fp->_gameContinue = false;
|
||||
|
||||
// Quit game
|
||||
//if (inputArFlag) {
|
||||
// g_needRestart = 1;
|
||||
// return 0;
|
||||
//}
|
||||
//SendMessageA(hwndCallback, WM_DESTROY, 0, 0);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user