diff options
-rw-r--r-- | scumm/scumm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 5d1b2e424f..3094a215f4 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1175,6 +1175,10 @@ void ScummEngine::launch() { _bootParam = -7873; } + if (!_copyProtection && _gameId == GID_SAMNMAX && _bootParam == 0) { + _bootParam = -1; + } + if (_features & GF_OLD_BUNDLE) _resourceHeaderSize = 4; // FIXME - to be rechecked else if (_features & GF_SMALL_HEADER) |