[Scummvm-cvs-logs] scummvm master -> c2475c9c546a072ab8138c6524f025942b22adba

Strangerke Strangerke at scummvm.org
Mon Jun 17 08:25:16 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: c2475c9c546a072ab8138c6524f025942b22adba
    https://github.com/scummvm/scummvm/commit/c2475c9c546a072ab8138c6524f025942b22adba
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-16T23:23:19-07:00

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

Thanks Greencis for reporting it

Changed paths:
    engines/hopkins/script.cpp



diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp
index 78339ce..7868e52 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;






More information about the Scummvm-git-logs mailing list