mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 13:04:15 +01: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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user