mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 10:25:54 +00:00
Fix weapon pickup sound
This commit is contained in:
parent
783d1edaf1
commit
18bea3cfa5
|
@ -8783,6 +8783,8 @@ cAudioManager::ProcessFrontEnd()
|
|||
case SOUND_GARAGE_BOMB1_SET:
|
||||
case SOUND_GARAGE_BOMB2_SET:
|
||||
case SOUND_GARAGE_BOMB3_SET:
|
||||
case SOUND_PICKUP_WEAPON_BOUGHT:
|
||||
case SOUND_PICKUP_WEAPON:
|
||||
center = true;
|
||||
processedPickup = true;
|
||||
m_sQueueSample.m_nSampleIndex = SFX_WEAPON_LEFT;
|
||||
|
|
Loading…
Reference in a new issue