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

Strangerke Strangerke at scummvm.org
Wed Jun 12 08:26:26 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:
eedf510c2d HOPKINS: Fix glitch in Polish demo when leaving the first room


Commit: eedf510c2dd0b31483acb9bde3f1eb80bbb26968
    https://github.com/scummvm/scummvm/commit/eedf510c2dd0b31483acb9bde3f1eb80bbb26968
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-11T23:22:41-07:00

Commit Message:
HOPKINS: Fix glitch in Polish demo when leaving the first room

Thanks Greencis for reporting it

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 529997b..305a805 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -235,7 +235,7 @@ bool HopkinsEngine::runWin95Demo() {
 				_soundMan->removeSample(2);
 				_soundMan->removeSample(3);
 				_soundMan->removeSample(4);
-				_graphicsMan->fadeOutLong();
+				_graphicsMan->fadeOutShort();
 				_globals->_saveData->_data[svBankAttackAnimPlayedFl] = 1;
 			}
 			_linesMan->setMaxLineIdx(5);






More information about the Scummvm-git-logs mailing list