aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-04-24 23:56:47 +0000
committerJonathan Gray2003-04-24 23:56:47 +0000
commit5707a4e4bcb3cac9c6fc28a528c250291b8e14bd (patch)
tree9aa919b6ee3f917adec6c34dfd03b85e4ecb0c90 /scumm/script.cpp
parent72f84f3fadc712219c020fdb28ae874bc8ba5053 (diff)
downloadscummvm-rg350-5707a4e4bcb3cac9c6fc28a528c250291b8e14bd.tar.gz
scummvm-rg350-5707a4e4bcb3cac9c6fc28a528c250291b8e14bd.tar.bz2
scummvm-rg350-5707a4e4bcb3cac9c6fc28a528c250291b8e14bd.zip
better safe then sorry...
svn-id: r7098
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index ef3e7d4137..cf6bd92207 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -377,7 +377,7 @@ int Scumm::readVar(uint var) {
checkRange(_numVariables - 1, 0, var, "Variable %d out of range(rzb)");
#if defined(BYPASS_COPY_PROT)
// INDY3 checks this during the game...
- if (var == 94 && _gameId == GID_INDY3) {
+ if (var == 94 && _gameId == GID_INDY3 && b == 4) {
return 0;
} else
#endif