diff options
Diffstat (limited to 'scumm/script.cpp')
| -rw-r--r-- | scumm/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp index b9a8195f18..62cd689980 100644 --- a/scumm/script.cpp +++ b/scumm/script.cpp @@ -538,7 +538,7 @@ int ScummEngine::readVar(uint var) { if (!_copyProtection) { if (_gameId == GID_LOOM && (_platform == Common::kPlatformFMTowns) && var == 214 && bit == 15) { return 0; - } else if (_gameId == GID_ZAK256 && var == 151 && bit == 8) { + } else if (_gameId == GID_ZAK && (_platform == Common::kPlatformFMTowns) && var == 151 && bit == 8) { return 0; } } |
