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

Strangerke Strangerke at scummvm.org
Sat May 4 14:06:00 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:
cc771cb692 HOPKINS: Search for alternate names for ending animations


Commit: cc771cb69239c752d16b87f6c279ff84fb8b15d0
    https://github.com/scummvm/scummvm/commit/cc771cb69239c752d16b87f6c279ff84fb8b15d0
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-04T05:04:39-07:00

Commit Message:
HOPKINS: Search for alternate names for ending animations

Based on the BeOS executable.

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index bf80146..e816855 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -2131,11 +2131,11 @@ void HopkinsEngine::playEnding() {
 		_soundMan->playSound(11);
 		_graphicsMan->clearScreen();
 		_graphicsMan->clearPalette();
-		_animMan->playAnim("FF1a.anm", "FF1a.anm", 18, 18, 9);
-		_animMan->playAnim("FF1a.anm", "FF1a.anm", 9, 18, 9);
-		_animMan->playAnim("FF1a.anm", "FF1a.anm", 9, 18, 18);
-		_animMan->playAnim("FF1a.anm", "FF1a.anm", 9, 18, 9);
-		_animMan->playAnim("FF2a.anm", "FF2a.anm", 24, 24, 100);
+		_animMan->playAnim("FF1a.anm", "FF1.anm", 18, 18, 9);
+		_animMan->playAnim("FF1a.anm", "FF1.anm", 9, 18, 9);
+		_animMan->playAnim("FF1a.anm", "FF1.anm", 9, 18, 18);
+		_animMan->playAnim("FF1a.anm", "FF1.anm", 9, 18, 9);
+		_animMan->playAnim("FF2a.anm", "FF2.anm", 24, 24, 100);
 		_events->mouseOff();
 		displayCredits();
 		_globals->_eventMode = EVENTMODE_DEFAULT;






More information about the Scummvm-git-logs mailing list