From 1a045d3b4a2854ba0d62dcafcab6a0d604904708 Mon Sep 17 00:00:00 2001 From: Leonid Kapitonov Date: Thu, 7 Nov 2024 11:12:07 +0100 Subject: [PATCH] apply PR suggestion Co-authored-by: mzxrules --- src/code/z_actor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/z_actor.c b/src/code/z_actor.c index b1b277d7aa..0d700127a4 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -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 * 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) { u32 frames = play->gameplayFrames;