summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/fox_radio.c2
1 files changed, 1 insertions, 1 deletions
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;