diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index cfad282df9..479282d8d7 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -196,9 +196,9 @@ void Scumm::scummMain(int argc, char **argv) { _bootParam = -7873; } - if (_gameId==GID_MONKEY2 && _bootParam==0) { - _bootParam = 10001; - } +// if (_gameId==GID_MONKEY2 && _bootParam==0) { +// _bootParam = 10001; +// } initGraphics(this, _fullScreen); |