better safe then sorry...

svn-id: r7098
This commit is contained in:
Jonathan Gray 2003-04-24 23:56:47 +00:00
parent 72f84f3fad
commit 5707a4e4bc

View file

@ -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