From 3d5b975c37989ec9c21f3f6b678574903379340b Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 5 May 2013 22:59:10 +0200 Subject: HOPKINS: Fix bug #3612483 - FadeOut length issue after lift animation --- engines/hopkins/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp index 1324afef68..c14fb6c8f9 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()) -- cgit v1.2.3