From 24e632f4495307f8ffa668d89fd4b057a7e4aeaf Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 9 Dec 2024 03:53:14 -0300 Subject: [PATCH] fix radio faces --- 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 eb443767..1a870778 100644 --- a/src/engine/fox_radio.c +++ b/src/engine/fox_radio.c @@ -613,7 +613,7 @@ void Radio_Draw(void) { if (!(fakeTemp)) { ret = Audio_GetCurrentVoiceStatus(); - if (gRadioMsg[gRadioMsgCharIndex + 1] != MSGCHAR_END) { + if ((gGameState == GSTATE_TITLE) && gRadioMsg[gRadioMsgCharIndex + 1] != MSGCHAR_END) { if (gRadioMsg[gRadioMsgCharIndex + 1] == MSGCHAR_NXT) { if (ret == 0) { gRadioState = 31;