diff options
author | Boris I. Bendovsky <[email protected]> | 2022-07-14 21:45:06 +0300 |
---|---|---|
committer | Boris I. Bendovsky <[email protected]> | 2022-07-17 20:59:05 +0300 |
commit | 1a2f659d89c116896dd6dcb0a4dd1b44bed37934 (patch) | |
tree | daa2df3fd503ba2540b1fe93a1ad0ab85c787c06 /al/source.h | |
parent | 74c923edcebc5e6b4931ccf47b8292d828df653c (diff) |
[EAX_SOURCE] Fix getting active FX slot IDs
Diffstat (limited to 'al/source.h')
-rw-r--r-- | al/source.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/source.h b/al/source.h index 554ead5f..513a334a 100644 --- a/al/source.h +++ b/al/source.h @@ -902,6 +902,7 @@ private: } } + void eax_get_active_fx_slot_id(const EaxCall& call, const GUID* ids, int max_count); void eax1_get(const EaxCall& call, const Eax1Props& props); void eax2_get(const EaxCall& call, const Eax2Props& props); void eax3_get_obstruction(const EaxCall& call, const Eax3Props& props); |