diff options
| author | Nicolas Bacca | 2003-06-01 10:28:45 +0000 |
|---|---|---|
| committer | Nicolas Bacca | 2003-06-01 10:28:45 +0000 |
| commit | 41e316ad6e48404c194353ee7e5228d99e841627 (patch) | |
| tree | 383241eb828a3ee8254e0b5bc6d7589e28348e7d /scumm/script.cpp | |
| parent | 79a98164c0ca342e416d0e52150b13a59ad3c38b (diff) | |
| download | scummvm-rg350-41e316ad6e48404c194353ee7e5228d99e841627.tar.gz scummvm-rg350-41e316ad6e48404c194353ee7e5228d99e841627.tar.bz2 scummvm-rg350-41e316ad6e48404c194353ee7e5228d99e841627.zip | |
Reversing for the time being
svn-id: r8231
Diffstat (limited to 'scumm/script.cpp')
| -rw-r--r-- | scumm/script.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp index f7602ab12b..17b2a1b30c 100644 --- a/scumm/script.cpp +++ b/scumm/script.cpp @@ -511,13 +511,6 @@ int Scumm::readVar(uint var) { var &= 0xFFF; } -#if defined(BYPASS_COPY_PROT) - if (_gameId == GID_SAMNMAX && var == 8 && currentRoom == 71 && !copyprotbypassed) { - copyprotbypassed = true; - return vm.localvar[_currentScript][7] + 1; - } -#endif - checkRange(20, 0, var, "Local variable %d out of range(r)"); return vm.localvar[_currentScript][var]; } |
