1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-12-02 07:46:01 +00:00

apply PR suggestion

Co-authored-by: mzxrules <mzxrules@gmail.com>
This commit is contained in:
Leonid Kapitonov 2024-11-07 11:12:07 +01:00 committed by GitHub
parent 51cddce871
commit 1a045d3b4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4443,7 +4443,7 @@ void Animation_ChangeByInfo(SkelAnime* skelAnime, AnimationInfo* animationInfo,
* Note: With the common scale factor of 200, this effect is practically unnoticeable if the current animation already * Note: With the common scale factor of 200, this effect is practically unnoticeable if the current animation already
* has motion involved. * has motion involved.
* *
* Note: MM gets this function unused in favor of `SubS_UpdateFidgetTables` @ `z_sub_s.c`. * Note: In MM this function is unused in favor of `SubS_UpdateFidgetTables` @ `z_sub_s.c`.
*/ */
void Actor_UpdateFidgetTables(PlayState* play, s16* fidgetTableY, s16* fidgetTableZ, s32 tableLen) { void Actor_UpdateFidgetTables(PlayState* play, s16* fidgetTableY, s16* fidgetTableZ, s32 tableLen) {
u32 frames = play->gameplayFrames; u32 frames = play->gameplayFrames;