mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
Fixed dialog crashing
This commit is contained in:
parent
113004122c
commit
f747512524
@ -57,9 +57,9 @@ void Radio_PlayMessage(u16* msg, RadioCharacterId character) {
|
|||||||
TeamId teamId;
|
TeamId teamId;
|
||||||
s32 pad;
|
s32 pad;
|
||||||
s32 priority;
|
s32 priority;
|
||||||
u16* lmsg = LOAD_ASSET(msg);
|
msg = SEGMENTED_TO_VIRTUAL(msg);
|
||||||
|
|
||||||
switch (lmsg[0]) {
|
switch (msg[0]) {
|
||||||
default:
|
default:
|
||||||
case MSGCHAR_PRI0:
|
case MSGCHAR_PRI0:
|
||||||
priority = 0;
|
priority = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user