From eb1781f27a02ecc35618dff7c5da4d301f07542d Mon Sep 17 00:00:00 2001 From: Christian <50080567+ChrisNonyminus@users.noreply.github.com> Date: Mon, 21 Nov 2022 09:36:00 -0700 Subject: [PATCH] Update src/racer.c Co-authored-by: David Benepe --- src/racer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/racer.c b/src/racer.c index 718c91dd..f41aea5a 100644 --- a/src/racer.c +++ b/src/racer.c @@ -575,9 +575,6 @@ f32 func_800494E0(Object *obj1, Object_Racer *racer, f32 *pos, s8 arg3, s32 upda s32 v1; f32 delta; - //render_printf("func_800494E0(%08X,%08X,%08X...)\n",obj1, racer, pos); - //render_printf("(...%d,%d,%d,%f)\n", arg3, updateRate, arg5, arg6); - delta = updateRate; if (arg3 == 14) { velocity = racer->velocity;