mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Audio and Message Fixes
This commit is contained in:
parent
11a148a047
commit
f07a9b6c81
12 changed files with 109 additions and 72 deletions
|
@ -34,7 +34,7 @@ void Audio_PlayPauseSfx(u8 active);
|
|||
void Audio_PlayMapMenuSfx(u8 active);
|
||||
void Audio_KillAllSfx(void);
|
||||
|
||||
#define AUDIO_PLAY_SFX(sfxId, srcPos, token) //(Audio_PlaySfx((sfxId),(srcPos),(token),&gDefaultMod,&gDefaultMod,&gDefaultReverb))
|
||||
#define AUDIO_PLAY_SFX(sfxId, srcPos, token) (Audio_PlaySfx((sfxId),(srcPos),(token),&gDefaultMod,&gDefaultMod,&gDefaultReverb))
|
||||
|
||||
#define SFX_FLAG_18 (1 << 18) // makes distance ignore z position? probably more
|
||||
#define SFX_FLAG_19 (1 << 19)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue