Fix ifdef for audio reflection members

This commit is contained in:
Sergeanur
2021-08-15 14:11:20 +03:00
parent 5ddd0649e3
commit 854ee12d9d
2 changed files with 2 additions and 2 deletions

View File

@@ -735,7 +735,7 @@ cAudioManager::UpdateReflections()
m_afReflectionsDistances[4] = 50.0f;
}
}
#endif // GTA_PC
#endif // GTA_VERSION >= GTA3_PC_10
void
cAudioManager::AddReleasingSounds()