mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 09:30:34 +00:00
Merge branch 'miami' into lcs
This commit is contained in:
commit
2633295ada
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