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:
puzl 2005-09-27 19:42:10 +00:00
parent 504fdcdbfd
commit 99b09ea953

View file

@ -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);
}
}