mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +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;
|
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;
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "assets/ast_enmy_planet.h"
|
#include "assets/ast_enmy_planet.h"
|
||||||
#include "assets/ast_zoness.h"
|
#include "assets/ast_zoness.h"
|
||||||
|
#include "port/interpolation/FrameInterpolation.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
f32 id;
|
f32 id;
|
||||||
|
Loading…
Reference in New Issue
Block a user