mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 00:19:24 +00:00
Fix ifdef for audio reflection members
This commit is contained in:
parent
5ddd0649e3
commit
854ee12d9d
2 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ public:
|
|||
tAudioEntity m_asAudioEntities[NUM_AUDIOENTITIES];
|
||||
int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES];
|
||||
int32 m_nAudioEntitiesTotal;
|
||||
#ifdef GTA_PC
|
||||
#if GTA_VERSION >= GTA3_PC_10
|
||||
CVector m_avecReflectionsPos[NUM_AUDIO_REFLECTIONS];
|
||||
float m_afReflectionsDistances[NUM_AUDIO_REFLECTIONS];
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue