diff --git a/Source/monster.cpp b/Source/monster.cpp index 183347352..89511b569 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -3375,7 +3375,7 @@ void MAI_Ranged(int i, missile_id missileType, bool special) else M_StartRAttack(i, missileType, 4); } else { - monst->AnimInfo.pCelSprite = &*monst->MType->Anims[MA_STAND].CelSpritesForDirections[md]; + monst->CheckStandAnimationIsLoaded(md); } } return;