mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
definitive (hopefully) radio crash fix.
This commit is contained in:
parent
f2be16d1e5
commit
cbaa2b5a4a
@ -613,8 +613,8 @@ void Radio_Draw(void) {
|
|||||||
if (!(fakeTemp)) {
|
if (!(fakeTemp)) {
|
||||||
ret = Audio_GetCurrentVoiceStatus();
|
ret = Audio_GetCurrentVoiceStatus();
|
||||||
|
|
||||||
if (gRadioMsgCharIndex < 60) {
|
if (gRadioMsg[gRadioMsgCharIndex + 1] != MSGCHAR_END) {
|
||||||
if (gRadioMsg[gRadioMsgCharIndex + 1] == MSGCHAR_NXT && *gRadioMsg != 38) {
|
if (gRadioMsg[gRadioMsgCharIndex + 1] == MSGCHAR_NXT) {
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
gRadioState = 31;
|
gRadioState = 31;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user