mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
Merge branch 'audio_fixes_v2' of https://github.com/HarbourMasters/Starship into audio_fixes_v2
This commit is contained in:
commit
508a82a920
@ -57,9 +57,9 @@ void Radio_PlayMessage(u16* msg, RadioCharacterId character) {
|
||||
TeamId teamId;
|
||||
s32 pad;
|
||||
s32 priority;
|
||||
u16* lmsg = LOAD_ASSET(msg);
|
||||
msg = SEGMENTED_TO_VIRTUAL(msg);
|
||||
|
||||
switch (lmsg[0]) {
|
||||
switch (msg[0]) {
|
||||
default:
|
||||
case MSGCHAR_PRI0:
|
||||
priority = 0;
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "global.h"
|
||||
#include "assets/ast_enmy_planet.h"
|
||||
#include "assets/ast_zoness.h"
|
||||
#include "port/interpolation/FrameInterpolation.h"
|
||||
|
||||
typedef struct {
|
||||
f32 id;
|
||||
|
Loading…
Reference in New Issue
Block a user