ACCESS: Improve the use of _establishTable as a boolean

This commit is contained in:
Strangerke 2015-01-04 21:38:37 +01:00
parent 7e45ce9096
commit fa07048bc4
2 changed files with 3 additions and 3 deletions

View file

@ -572,7 +572,7 @@ void Scripts::cmdSpecial() {
int p2 = _data->readUint16LE();
if (_specialFunction == 1) {
if (_vm->_establishTable[p2] == 1)
if (_vm->_establishTable[p2])
return;
_vm->_screen->savePalette();