This commit is contained in:
Paul 2001-04-18 22:39:51 +00:00
parent 98c55b14f4
commit bfeef1bce5
4 changed files with 1 additions and 14 deletions

View file

@ -112,6 +112,7 @@ DVECTOR CBalloonPickup::getSizeForPlacement()
void CBalloonPickup::collect(class CPlayer *_player)
{
_player->setMode(PLAYER_MODE_BALLOON);
CSoundMediator::playSfx(CSoundMediator::SFX_BALLOON_INFLATE);
CBaseRespawningPickup::collect(_player);
}