correction
svn-id: r7095
This commit is contained in:
parent
0e4c195b7c
commit
2ba6881a10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue