mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
Audio retail OK (#1650)
* general OK * wait for data * sfx and sequence * PR Suggestions * debug file * data * PR
This commit is contained in:
@@ -119,4 +119,10 @@ typedef struct {
|
||||
u16 params;
|
||||
} SfxParams;
|
||||
|
||||
#if OOT_DEBUG
|
||||
#define SFX_DIST_SCALING 1.0f
|
||||
#else
|
||||
#define SFX_DIST_SCALING 10.0f
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user