mirror of
https://github.com/halpz/re3.git
synced 2025-03-04 03:39:41 +00:00
Fix bike kick sound
This commit is contained in:
parent
371f1be9b3
commit
1180f32d9c
|
@ -4289,6 +4289,7 @@ cAudioManager::ProcessPedOneShots(cPedParams ¶ms)
|
|||
m_sQueueSample.m_nFrequency = 20000;
|
||||
goto AddFightSound;
|
||||
case SOUND_FIGHT_40:
|
||||
case SOUND_186:
|
||||
m_sQueueSample.m_nSampleIndex = SFX_FIGHT_2;
|
||||
m_sQueueSample.m_nFrequency = 18000;
|
||||
goto AddFightSound;
|
||||
|
|
Loading…
Reference in a new issue