mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 07:41:58 +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;
|
break;
|
||||||
case 132:
|
case 132:
|
||||||
// Confirm shutdown
|
// 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;
|
break;
|
||||||
case 133:
|
case 133:
|
||||||
quitGame();
|
quitGame();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user