mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-29 00:00:49 +00:00
Fix
This commit is contained in:
parent
a064b3a687
commit
6a94299eac
1 changed files with 1 additions and 1 deletions
|
@ -1360,7 +1360,7 @@ bool8 cSampleManager::UpdateReverb(void)
|
||||||
if ( !usingEAX && !_usingEFX )
|
if ( !usingEAX && !_usingEFX )
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if ( AudioManager.GetFrameCounter() & 15 )
|
if ( AudioManager.m_FrameCounter & 15 )
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
float y = AudioManager.m_afReflectionsDistances[REFLECTION_TOP] + AudioManager.m_afReflectionsDistances[REFLECTION_BOTTOM];
|
float y = AudioManager.m_afReflectionsDistances[REFLECTION_TOP] + AudioManager.m_afReflectionsDistances[REFLECTION_BOTTOM];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue