aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 7bf05f0245..82f335f595 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -929,7 +929,7 @@ void ScummEngine::launch() {
// if (_gameId==GID_MONKEY2 && _bootParam == 0)
// _bootParam = 10001;
- if (_gameId == GID_INDY4 && _bootParam == 0) {
+ if (!_copyProtection && _gameId == GID_INDY4 && _bootParam == 0) {
_bootParam = -7873;
}