mirror of
https://github.com/ENSL/NS.git
synced 2025-03-22 02:11:30 +00:00
Mantis: 764
o Remove hud on noise for use of lastinv git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@338 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
504fdcdbfd
commit
99b09ea953
1 changed files with 3 additions and 2 deletions
|
@ -329,8 +329,9 @@ void WeaponsResource::UserCmd_LastInv(void)
|
|||
if(this->IsSelectable(this->lastWeapon))
|
||||
{
|
||||
this->SetCurrentWeapon(lastWeapon);
|
||||
const char* theSound = AvHSHUGetCommonSoundName(gHUD.GetIsAlien(), WEAPON_SOUND_HUD_ON);
|
||||
gHUD.PlayHUDSound(theSound, kHUDSoundVolume);
|
||||
// puzl: 764
|
||||
//const char* theSound = AvHSHUGetCommonSoundName(gHUD.GetIsAlien(), WEAPON_SOUND_HUD_ON);
|
||||
//gHUD.PlayHUDSound(theSound, kHUDSoundVolume);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue