HOPKINS:Move some variables from globals to ObjectManager
This commit is contained in:
parent
d12cd96161
commit
a836676312
9 changed files with 56 additions and 46 deletions
|
@ -614,7 +614,7 @@ int ScriptManager::handleOpcode(byte *dataP) {
|
|||
_vm->_graphicsManager.fadeOutLong();
|
||||
|
||||
_vm->_globals._disableInventFl = false;
|
||||
_vm->_globals._helicopterFl = true;
|
||||
_vm->_objectsManager._helicopterFl = true;
|
||||
break;
|
||||
|
||||
case 16:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue