mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-26 16:55:14 +02:00
Fix bike kick sound
This commit is contained in:
@@ -4289,6 +4289,7 @@ cAudioManager::ProcessPedOneShots(cPedParams ¶ms)
|
|||||||
m_sQueueSample.m_nFrequency = 20000;
|
m_sQueueSample.m_nFrequency = 20000;
|
||||||
goto AddFightSound;
|
goto AddFightSound;
|
||||||
case SOUND_FIGHT_40:
|
case SOUND_FIGHT_40:
|
||||||
|
case SOUND_186:
|
||||||
m_sQueueSample.m_nSampleIndex = SFX_FIGHT_2;
|
m_sQueueSample.m_nSampleIndex = SFX_FIGHT_2;
|
||||||
m_sQueueSample.m_nFrequency = 18000;
|
m_sQueueSample.m_nFrequency = 18000;
|
||||||
goto AddFightSound;
|
goto AddFightSound;
|
||||||
|
Reference in New Issue
Block a user