From 25df782332abd40621108737e05f090184e60e39 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 11 Apr 2004 04:20:09 +0000 Subject: Allow copy protection in FOA (Disk) to be enabled. svn-id: r13536 --- scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3