This commit is contained in:
Paul 2001-03-01 20:09:19 +00:00
parent 962b32ffb3
commit ab9b2d4ecb

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 CBaseHealthPickup::init()
---------------------------------------------------------------------- */
void CBaseHealthPickup::collect(class CPlayer *_player)
{
_player->addHealth(getHealthPoints());
CBasePickup::collect(_player);
}
@ -109,7 +114,6 @@ void CBaseHealthPickup::renderPickup(DVECTOR *_pos)
/*----------------------------------------------------------------------
Function:
Purpose: