diff options
author | Boris I. Bendovsky <[email protected]> | 2022-06-18 23:36:42 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-18 13:36:42 -0700 |
commit | d21ff67554d494ec53dcb4747b828478f8d5690a (patch) | |
tree | 5a8c39eeba176e4cfd539a9548af4bcc41557d5b /al/eax/api.cpp | |
parent | 0e7d5736c0b66d0639beb395b512416d252d28fb (diff) |
[EAX] Add separate source state for each version (#720)
Diffstat (limited to 'al/eax/api.cpp')
-rw-r--r-- | al/eax/api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/eax/api.cpp b/al/eax/api.cpp index 34ba554f..a1e9d3e1 100644 --- a/al/eax/api.cpp +++ b/al/eax/api.cpp @@ -313,7 +313,7 @@ bool operator==( lhs.flOcclusionLFRatio == rhs.flOcclusionLFRatio; } -const EAX50ACTIVEFXSLOTS EAX40SOURCE_DEFAULTACTIVEFXSLOTID = EAX50ACTIVEFXSLOTS +const EAX40ACTIVEFXSLOTS EAX40SOURCE_DEFAULTACTIVEFXSLOTID = EAX40ACTIVEFXSLOTS {{ EAX_NULL_GUID, EAXPROPERTYID_EAX40_FXSlot0, |