diff --git a/src/NpcAct040.cpp b/src/NpcAct040.cpp index 84340e3c..02fe7b33 100644 --- a/src/NpcAct040.cpp +++ b/src/NpcAct040.cpp @@ -623,6 +623,7 @@ void ActNpc045(NPCHAR *npc) npc->ym2 = npc->ym; // Fallthrough case 1: + case 2: if ( ++npc->ani_no > 2 ) npc->ani_no = 1;