diff --git a/src/engine/fox_radio.c b/src/engine/fox_radio.c index 847cd40b..eb443767 100644 --- a/src/engine/fox_radio.c +++ b/src/engine/fox_radio.c @@ -613,8 +613,8 @@ void Radio_Draw(void) { if (!(fakeTemp)) { ret = Audio_GetCurrentVoiceStatus(); - if (gRadioMsgCharIndex < 60) { - if (gRadioMsg[gRadioMsgCharIndex + 1] == MSGCHAR_NXT && *gRadioMsg != 38) { + if (gRadioMsg[gRadioMsgCharIndex + 1] != MSGCHAR_END) { + if (gRadioMsg[gRadioMsgCharIndex + 1] == MSGCHAR_NXT) { if (ret == 0) { gRadioState = 31; }