diff options
author | Strangerke | 2013-06-17 08:23:19 +0200 |
---|---|---|
committer | Strangerke | 2013-06-17 08:23:19 +0200 |
commit | c2475c9c546a072ab8138c6524f025942b22adba (patch) | |
tree | 9144c1389c33c090829572cb06939ba3ffb51dc5 /engines | |
parent | f0233216c8cc0c87af903a177108586fa3aea907 (diff) | |
download | scummvm-rg350-c2475c9c546a072ab8138c6524f025942b22adba.tar.gz scummvm-rg350-c2475c9c546a072ab8138c6524f025942b22adba.tar.bz2 scummvm-rg350-c2475c9c546a072ab8138c6524f025942b22adba.zip |
HOPKINS: Fix a glitch on the roof of the bank, in Windows demo
Thanks Greencis for reporting it
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/script.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp index 78339ce1a6..7868e52be6 100644 --- a/engines/hopkins/script.cpp +++ b/engines/hopkins/script.cpp @@ -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; |