This commit is contained in:
parent
98c55b14f4
commit
bfeef1bce5
4 changed files with 1 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue