[Scummvm-cvs-logs] scummvm master -> 90a8b1b781a9a06bdca721451b13059b1482e7bc
Strangerke
Strangerke at scummvm.org
Tue Jun 11 08:22:49 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:
90a8b1b781 HOPKINS: Fix glitch at the end of the intro caused by a double long fade out
Commit: 90a8b1b781a9a06bdca721451b13059b1482e7bc
https://github.com/scummvm/scummvm/commit/90a8b1b781a9a06bdca721451b13059b1482e7bc
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-10T23:21:01-07:00
Commit Message:
HOPKINS: Fix glitch at the end of the intro caused by a double long fade out
Thanks Greencis for reporting it
Changed paths:
engines/hopkins/hopkins.cpp
diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 0aa7481..529997b 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -164,7 +164,7 @@ bool HopkinsEngine::runWin95Demo() {
_globals->_speed = 3;
if (_startGameSlot == -1)
- _graphicsMan->fadeOutLong();
+ _graphicsMan->fadeOutShort();
_globals->_eventMode = EVENTMODE_IGNORE;
_globals->_characterSpriteBuf = _fileIO->loadFile("PERSO.SPR");
More information about the Scummvm-git-logs
mailing list