diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index 67a51faa84..406aea4067 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -234,6 +234,9 @@ void Scumm::scummMain(int argc, char **argv) { _vars[VAR_VERSION] = 21; #endif _vars[VAR_DEBUGMODE] = _debugMode; + + _haveMsg = 0xFF; + _vars[VAR_HAVE_MSG] = 0xFF; if (_gameId==GID_MONKEY) { _vars[74] = 1225; |