[Scummvm-cvs-logs] scummvm master -> 7e0ff980f43e6cb9cba097b336eecd6606180ca7

Strangerke Strangerke at scummvm.org
Wed May 1 20:15:38 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:
7e0ff980f4 HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence


Commit: 7e0ff980f43e6cb9cba097b336eecd6606180ca7
    https://github.com/scummvm/scummvm/commit/7e0ff980f43e6cb9cba097b336eecd6606180ca7
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-01T11:14:19-07:00

Commit Message:
HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence

Changed paths:
    engines/hopkins/objects.cpp



diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp
index 6a2f4eb..6a26f88 100644
--- a/engines/hopkins/objects.cpp
+++ b/engines/hopkins/objects.cpp
@@ -2934,7 +2934,7 @@ void ObjectsManager::doActionDiagRight(int idx) {
 		showSpecialActionAnimation(_gestureBuf, "17,16,15,-1,", 8);
 		break;
 	case 7:
-		showSpecialActionAnimationWithFlip(_gestureBuf, "15,16,17,18,19,20-1,", 8, false);
+		showSpecialActionAnimationWithFlip(_gestureBuf, "15,16,17,18,19,20,-1,", 8, false);
 		break;
 	case 8:
 		showSpecialActionAnimation(_gestureBuf, "19,18,17,16,15,-1,", 8);






More information about the Scummvm-git-logs mailing list