mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
Fix ifdef for audio reflection members
This commit is contained in:
parent
5ddd0649e3
commit
854ee12d9d
@ -735,7 +735,7 @@ cAudioManager::UpdateReflections()
|
|||||||
m_afReflectionsDistances[4] = 50.0f;
|
m_afReflectionsDistances[4] = 50.0f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif // GTA_PC
|
#endif // GTA_VERSION >= GTA3_PC_10
|
||||||
|
|
||||||
void
|
void
|
||||||
cAudioManager::AddReleasingSounds()
|
cAudioManager::AddReleasingSounds()
|
||||||
|
@ -222,7 +222,7 @@ public:
|
|||||||
tAudioEntity m_asAudioEntities[NUM_AUDIOENTITIES];
|
tAudioEntity m_asAudioEntities[NUM_AUDIOENTITIES];
|
||||||
int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES];
|
int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES];
|
||||||
int32 m_nAudioEntitiesTotal;
|
int32 m_nAudioEntitiesTotal;
|
||||||
#ifdef GTA_PC
|
#if GTA_VERSION >= GTA3_PC_10
|
||||||
CVector m_avecReflectionsPos[NUM_AUDIO_REFLECTIONS];
|
CVector m_avecReflectionsPos[NUM_AUDIO_REFLECTIONS];
|
||||||
float m_afReflectionsDistances[NUM_AUDIO_REFLECTIONS];
|
float m_afReflectionsDistances[NUM_AUDIO_REFLECTIONS];
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user