Removing GID_ZAK256 and GID_LOOM256

svn-id: r20153
This commit is contained in:
Max Horn 2006-01-23 20:09:25 +00:00
parent 0a150fa128
commit ec476b1fd0
13 changed files with 49 additions and 58 deletions

View file

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