This commit is contained in:
parent
9dc07abcf0
commit
e2375fc7e4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void CBalloonPickup::init()
|
||||||
---------------------------------------------------------------------- */
|
---------------------------------------------------------------------- */
|
||||||
void CBalloonPickup::collect(class CPlayer *_player)
|
void CBalloonPickup::collect(class CPlayer *_player)
|
||||||
{
|
{
|
||||||
_player->setMode(PLAYER_MODE_BALLOON);
|
// _player->setMode(PLAYER_MODE_BALLOON);
|
||||||
CBaseRespawningPickup::collect(_player);
|
CBaseRespawningPickup::collect(_player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue