better safe then sorry...
svn-id: r7098
This commit is contained in:
parent
72f84f3fad
commit
5707a4e4bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue