mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:59:02 +00:00
Fix weapon pickup sound
This commit is contained in:
parent
783d1edaf1
commit
18bea3cfa5
1 changed files with 2 additions and 0 deletions
|
@ -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