correction

svn-id: r7095
This commit is contained in:
Jonathan Gray 2003-04-24 15:59:41 +00:00
parent 0e4c195b7c
commit 2ba6881a10

View file

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