This commit is contained in:
parent
3f78338c37
commit
5f1d6156c3
2 changed files with 50 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue