From 7e0ff980f43e6cb9cba097b336eecd6606180ca7 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 1 May 2013 20:14:19 +0200 Subject: HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence --- engines/hopkins/objects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp index 6a2f4eb9f4..6a26f88c86 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); -- cgit v1.2.3