HOPKINS: Fix a glitch on the roof of the bank, in Windows demo

Thanks Greencis for reporting it
This commit is contained in:
Strangerke 2013-06-17 08:23:19 +02:00
parent f0233216c8
commit c2475c9c54

View File

@ -615,10 +615,6 @@ int ScriptManager::handleOpcode(const byte *dataP) {
_vm->_graphicsMan->_fadingFl = true;
_vm->_animMan->playSequence2("ASSOM.SEQ", 10, 4, 500);
_vm->_soundMan->_specialSoundNum = 0;
if ((_vm->getPlatform() == Common::kPlatformWindows) && _vm->getIsDemo())
_vm->_graphicsMan->fadeOutLong();
_vm->_globals->_disableInventFl = false;
_vm->_objectsMan->_helicopterFl = true;
break;