Revert the other parameter type

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
Jordan Longstaff 2025-06-04 14:11:27 -04:00 committed by GitHub
parent ad2de492b6
commit 1b68eeccd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ void func_80AEB220(EnRu1* this, PlayState* play) {
}
#endif
void EnRu1_AnimationChange(EnRu1* this, AnimationHeader* animation, AnimationMode mode, f32 morphFrames, s32 playReversed) {
void EnRu1_AnimationChange(EnRu1* this, AnimationHeader* animation, u8 mode, f32 morphFrames, s32 playReversed) {
s32 pad[2];
AnimationHeader* animHeader = SEGMENTED_TO_VIRTUAL(animation);
f32 frameCount = Animation_GetLastFrame(animHeader);