File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ void CHudAmmo::Think(void)
384
384
gpActiveSel = NULL ;
385
385
gHUD .m_iKeyBits &= ~IN_ATTACK;
386
386
387
- PlaySound (" common/wpn_select .wav" , 1 );
387
+ PlaySound (" common/wpn_hudoff .wav" , 1 );
388
388
}
389
389
390
390
}
@@ -759,6 +759,7 @@ void CHudAmmo::UserCmd_NextWeapon(void)
759
759
{
760
760
pos = gpActiveSel->iSlotPos + 1 ;
761
761
slot = gpActiveSel->iSlot ;
762
+ PlaySound (" common/wpn_moveselect.wav" , 1 );
762
763
}
763
764
764
765
for ( int loop = 0 ; loop <= 1 ; loop++ )
@@ -800,6 +801,7 @@ void CHudAmmo::UserCmd_PrevWeapon(void)
800
801
{
801
802
pos = gpActiveSel->iSlotPos - 1 ;
802
803
slot = gpActiveSel->iSlot ;
804
+ PlaySound (" common/wpn_moveselect.wav" , 1 );
803
805
}
804
806
805
807
for ( int loop = 0 ; loop <= 1 ; loop++ )
You can’t perform that action at this time.
0 commit comments