This commit is contained in:
parent
c26bed0f30
commit
b94df4dc3f
12 changed files with 165 additions and 77 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue