diff --git a/KAIN2/Game/MONSTER/MONLIB.C b/KAIN2/Game/MONSTER/MONLIB.C index a9cca415f..ea58febdb 100644 --- a/KAIN2/Game/MONSTER/MONLIB.C +++ b/KAIN2/Game/MONSTER/MONLIB.C @@ -300,7 +300,7 @@ void MON_PlayAnimFromListIfNotPlaying(struct _Instance* instance, char* animList } } -void MON_PlayAnim(struct _Instance* instance, enum MonsterAnim animtype, int mode) +void MON_PlayAnim(struct _Instance* instance, enum MonsterAnim animtype, int mode) // Matching - 100% { MON_PlayAnimFromList(instance, ((struct _MonsterVars*)instance->extraData)->subAttr->animList, animtype, mode); }