This commit is contained in:
Paul 2001-04-18 21:47:54 +00:00
parent a08faa9f2e
commit 48b0154adc
2 changed files with 2 additions and 0 deletions

View file

@ -80,6 +80,7 @@ void CHelmetPickup::collect(class CPlayer *_player)
{
_player->giveDivingHelmet();
CBasePickup::collect(_player);
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_DIVING_HELMET);
}
/*----------------------------------------------------------------------