Remove not needed entry from config

This commit is contained in:
Sergeanur
2021-08-16 10:29:44 +03:00
parent ab03fbb6c8
commit bcb5b4f94d
2 changed files with 2 additions and 3 deletions

View File

@ -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;