diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2021-08-15 14:11:20 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2021-08-15 14:11:20 +0300 |
| commit | 854ee12d9d6af1fb7390cbfbec59630d2c397673 (patch) | |
| tree | 0de3a5d4e49c4b9ceb547861015985b41fecb5f8 /src/audio/AudioManager.cpp | |
| parent | Fix cAudioManager::ProcessVehicleEngine return type, document PS2 changes, re... (diff) | |
| download | re3-854ee12d9d6af1fb7390cbfbec59630d2c397673.tar.gz | |
Fix ifdef for audio reflection members
Diffstat (limited to 'src/audio/AudioManager.cpp')
| -rw-r--r-- | src/audio/AudioManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/AudioManager.cpp b/src/audio/AudioManager.cpp index 14769c10..78b56550 100644 --- a/src/audio/AudioManager.cpp +++ b/src/audio/AudioManager.cpp @@ -735,7 +735,7 @@ cAudioManager::UpdateReflections() m_afReflectionsDistances[4] = 50.0f; } } -#endif // GTA_PC +#endif // GTA_VERSION >= GTA3_PC_10 void cAudioManager::AddReleasingSounds() |
