Removing GID_ZAK256 and GID_LOOM256
svn-id: r20153
This commit is contained in:
parent
0a150fa128
commit
ec476b1fd0
13 changed files with 49 additions and 58 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue