mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
fix radio faces
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user