HOPKINS:Move some variables from globals to ObjectManager

This commit is contained in:
Strangerke 2013-02-07 22:30:40 +01:00
parent d12cd96161
commit a836676312
9 changed files with 56 additions and 46 deletions

View file

@ -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: