mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence
This commit is contained in:
parent
0d1b821197
commit
7e0ff980f4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user