ACCESS: Improve the use of _establishTable as a boolean
This commit is contained in:
parent
7e45ce9096
commit
fa07048bc4
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue