mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 00:40:33 +00:00
Remove not needed entry from config
This commit is contained in:
parent
d6fbf9fbe7
commit
76f2191476
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue