Skip to content

Commit

Permalink
Merge pull request #638 from FedericoMilesi/MON_PlayAnim
Browse files Browse the repository at this point in the history
[MONLIB]: Update MON_PlayAnim
  • Loading branch information
FedericoMilesi authored Feb 2, 2024
2 parents 2e256de + adaf190 commit 470bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KAIN2/Game/MONSTER/MONLIB.C
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 470bbd3

Please sign in to comment.