Merge branch 'audio_fixes_v2' of https://github.com/HarbourMasters/Starship into audio_fixes_v2

This commit is contained in:
Sonic Dreamcaster 2024-11-16 22:26:04 -03:00
commit 508a82a920
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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;