fix radio faces

This commit is contained in:
Sonic Dreamcaster
2024-12-09 03:53:14 -03:00
parent f95b6d01a5
commit 24e632f449
+1 -1
View File
@@ -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;