This commit is contained in:
Paul 2001-03-01 20:06:46 +00:00
parent 22ed69f29f
commit 962b32ffb3
2 changed files with 2 additions and 2 deletions

View file

@ -94,8 +94,8 @@ void CBalloonPickup::init()
---------------------------------------------------------------------- */
void CBalloonPickup::collect(class CPlayer *_player)
{
CBaseRespawningPickup::collect(_player);
_player->setMode(PLAYER_MODE_BALLOON);
CBaseRespawningPickup::collect(_player);
}
/*----------------------------------------------------------------------