aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-08-16 10:29:44 +0300
committerSergeanur <s.anureev@yandex.ua>2021-08-16 10:29:44 +0300
commitbcb5b4f94d57d4b2ca65c4972f1d09b11a421b49 (patch)
treec95af5d44aa0d47acbfdba0713b881ebd9bc4aa7 /src/audio
parentab03fbb6c83ad7f9afeb287e0898fd05805ec565 (diff)
Remove not needed entry from config
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/AudioManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/AudioManager.h b/src/audio/AudioManager.h
index d5f66fd0..20b7d0c9 100644
--- a/src/audio/AudioManager.h
+++ b/src/audio/AudioManager.h
@@ -223,8 +223,8 @@ public:
int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES];
int32 m_nAudioEntitiesTotal;
#if GTA_VERSION >= GTA3_PC_10
- CVector m_avecReflectionsPos[NUM_AUDIO_REFLECTIONS];
- float m_afReflectionsDistances[NUM_AUDIO_REFLECTIONS];
+ CVector m_avecReflectionsPos[MAX_REFLECTIONS];
+ float m_afReflectionsDistances[MAX_REFLECTIONS];
#endif
cAudioScriptObjectManager m_sAudioScriptObjectManager;
cPedComments m_sPedComments;