diff options
-rw-r--r-- | scumm/scummvm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index a918c49550..1072356ad3 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -2547,6 +2547,9 @@ void ScummEngine::restart() { } _sound->setupSound(); // Reinit sound engine + if (_gameId == GID_MONKEY || _gameId == GID_MONKEY_SEGA) + _scummVars[74] = 1225; + // Re-run bootscript runScript(1, 0, 0, &_bootParam); } |