Skip to content

Commit

Permalink
HOPKINS: Fix bug #3612409 - Crash due to original bug in animation se…
Browse files Browse the repository at this point in the history
…quence
  • Loading branch information
Strangerke committed May 1, 2013
1 parent 0d1b821 commit 7e0ff98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/hopkins/objects.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 7e0ff98

Please sign in to comment.