From 2ba6881a1080d6cfc0f8cca8381298e4dff0fd38 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 24 Apr 2003 15:59:41 +0000 Subject: correction svn-id: r7095 --- scumm/script.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/script.cpp b/scumm/script.cpp index 3e810e7296..ef3e7d4137 100644 --- a/scumm/script.cpp +++ b/scumm/script.cpp @@ -376,8 +376,8 @@ int Scumm::readVar(uint var) { var >>= 4; checkRange(_numVariables - 1, 0, var, "Variable %d out of range(rzb)"); #if defined(BYPASS_COPY_PROT) - if (var == 94 && _gameId == GID_INDY3 && !copyprotbypassed) { - copyprotbypassed = true; + // INDY3 checks this during the game... + if (var == 94 && _gameId == GID_INDY3) { return 0; } else #endif -- cgit v1.2.3