From 78683d8c03e6b16a86a880f089f15ca0141dee97 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sat, 27 Apr 2024 10:08:19 -0300 Subject: [PATCH] pad --- src/engine/fox_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/fox_radio.c b/src/engine/fox_radio.c index 8f0e6161..8e711588 100644 --- a/src/engine/fox_radio.c +++ b/src/engine/fox_radio.c @@ -55,7 +55,7 @@ s32 func_radio_800BA7BC(u16* msg, s32 priority) { void Radio_PlayMessage(u16* msg, RadioCharacterId character) { TeamId teamId; - s32 temp_v0; + s32 pad; s32 priority; switch (msg[0]) {