This commit is contained in:
Paul 2001-03-01 20:25:15 +00:00
parent ab9b2d4ecb
commit 3f78338c37

View file

@ -25,6 +25,10 @@
#include "utils\mathtab.h"
#endif
#ifndef __PLAYER_PLAYER_H__
#include "player\player.h"
#endif
/* Std Lib
------- */
@ -73,6 +77,7 @@ void CLifePickup::init()
---------------------------------------------------------------------- */
void CLifePickup::collect(class CPlayer *_player)
{
_player->addLife();
CBasePickup::collect(_player);
}