mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
HOPKINS: Fix a glitch on the roof of the bank, in Windows demo
Thanks Greencis for reporting it
This commit is contained in:
parent
f0233216c8
commit
c2475c9c54
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user