This commit is contained in:
Paul 2001-03-01 20:30:25 +00:00
parent 3f78338c37
commit 5f1d6156c3
2 changed files with 50 additions and 6 deletions

View file

@ -159,6 +159,14 @@ public:
void setMapSize(DVECTOR _mapSize);
void setRespawnPos(DVECTOR _respawn) {m_respawnPos=_respawn;}
enum
{
MAX_HEALTH=5,
MAX_LIVES=99,
};
void addHealth(int _health);
void addLife();
protected:
enum
{