mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
SCUMM HE: Don't show exit dialog in Moonbase.
This commit is contained in:
parent
3bae66919b
commit
07a795d600
@ -2178,7 +2178,12 @@ void ScummEngine_v100he::o100_systemOps() {
|
||||
break;
|
||||
case 132:
|
||||
// Confirm shutdown
|
||||
confirmExitDialog();
|
||||
if (_game.id == GID_MOONBASE)
|
||||
// Moonbase uses this subOp to quit the game (The confirmation dialog
|
||||
// exists inside the game).
|
||||
quitGame();
|
||||
else
|
||||
confirmExitDialog();
|
||||
break;
|
||||
case 133:
|
||||
quitGame();
|
||||
|
Loading…
x
Reference in New Issue
Block a user