diff options
author | Chris Robinson <[email protected]> | 2020-12-03 23:26:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 11:15:50 -0800 |
commit | aa05feec4a1d77eb37043aa93fc3237f70dc12ef (patch) | |
tree | ecee1464289c3c5b8eccd4424453f19706fa2029 /alc/alu.h | |
parent | b1c2671e9dfa68c03bec124f2ead59246caf7672 (diff) |
Avoid a global MAX_PITCH macro
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ struct ALeffectslot; struct MixParams; -#define MAX_PITCH 10 #define MAX_SENDS 6 |