[Scummvm-cvs-logs] scummvm master -> 3d5b975c37989ec9c21f3f6b678574903379340b

Strangerke Strangerke at scummvm.org
Sun May 5 23:00:32 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:
3d5b975c37 HOPKINS: Fix bug #3612483 - FadeOut length issue after lift animation


Commit: 3d5b975c37989ec9c21f3f6b678574903379340b
    https://github.com/scummvm/scummvm/commit/3d5b975c37989ec9c21f3f6b678574903379340b
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-05T13:59:10-07:00

Commit Message:
HOPKINS: Fix bug #3612483 - FadeOut length issue after lift animation

Changed paths:
    engines/hopkins/script.cpp



diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp
index 1324afe..c14fb6c 100644
--- a/engines/hopkins/script.cpp
+++ b/engines/hopkins/script.cpp
@@ -1960,7 +1960,7 @@ int ScriptManager::handleOpcode(const byte *dataP) {
 			_vm->_animMan->playSequence("SECRET2.SEQ", 1, 12, 100, false, true);
 			_vm->_soundMan->_specialSoundNum = 0;
 			_vm->_graphicsMan->_noFadingFl = true;
-			_vm->_graphicsMan->fadeOutLong();
+			_vm->_graphicsMan->fadeOutShort();
 
 			for (int i = 1; i <= 39; i++) {
 				if (_vm->shouldQuit())






More information about the Scummvm-git-logs mailing list