This commit is contained in:
Paul 2001-02-28 19:37:01 +00:00
parent c26bed0f30
commit b94df4dc3f
12 changed files with 165 additions and 77 deletions

View file

@ -37,6 +37,10 @@
#include "utils\mathtab.h"
#endif
#ifndef __PLAYER_PLAYER_H__
#include "player\player.h"
#endif
/* Std Lib
------- */
@ -91,6 +95,7 @@ void CBalloonPickup::init()
void CBalloonPickup::collect(class CPlayer *_player)
{
CBaseRespawningPickup::collect(_player);
_player->setMode(PLAYER_MODE_BALLOON);
}
/*----------------------------------------------------------------------