diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-12-09 03:53:14 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-12-09 03:53:14 -0300 |
| commit | 24e632f4495307f8ffa668d89fd4b057a7e4aeaf (patch) | |
| tree | 2eb402400043414fd533af4a8af22aefd121a331 /src/engine | |
| parent | f95b6d01a57928f486b6b9e1a810c6cf85de8640 (diff) | |
fix radio faces
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/fox_radio.c | 2 |
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; |
