diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-08-16 09:33:54 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-08-16 09:33:54 +0200 |
commit | 2633295ada11c9e689cfad7aef34ed6230957076 (patch) | |
tree | 728806e95a5b226d869beb51b841213232bbf586 /src/audio/AudioManager.h | |
parent | LCS audio reflections values (diff) | |
parent | Remove not needed entry from config (diff) | |
download | re3-2633295ada11c9e689cfad7aef34ed6230957076.tar re3-2633295ada11c9e689cfad7aef34ed6230957076.tar.gz re3-2633295ada11c9e689cfad7aef34ed6230957076.tar.bz2 re3-2633295ada11c9e689cfad7aef34ed6230957076.tar.lz re3-2633295ada11c9e689cfad7aef34ed6230957076.tar.xz re3-2633295ada11c9e689cfad7aef34ed6230957076.tar.zst re3-2633295ada11c9e689cfad7aef34ed6230957076.zip |
Diffstat (limited to 'src/audio/AudioManager.h')
-rw-r--r-- | src/audio/AudioManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/AudioManager.h b/src/audio/AudioManager.h index 759cb0bf..6802eac9 100644 --- a/src/audio/AudioManager.h +++ b/src/audio/AudioManager.h @@ -240,8 +240,8 @@ public: tAudioEntity m_asAudioEntities[NUM_AUDIOENTITIES]; int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES]; int32 m_nAudioEntitiesTotal; - CVector m_avecReflectionsPos[NUM_AUDIO_REFLECTIONS]; - float m_afReflectionsDistances[NUM_AUDIO_REFLECTIONS]; + CVector m_avecReflectionsPos[MAX_REFLECTIONS]; + float m_afReflectionsDistances[MAX_REFLECTIONS]; cAudioScriptObjectManager m_sAudioScriptObjectManager; // miami |