This commit is contained in:
parent
5901bd4aba
commit
864f9af76b
3 changed files with 54 additions and 0 deletions
|
@ -149,6 +149,7 @@ public:
|
|||
void setRespawnPos(DVECTOR _respawn) {m_respawnPos=_respawn;}
|
||||
|
||||
int getHeightFromGround(int _x,int _y,int _maxHeight=32);
|
||||
int getHeightFromGroundNoPlatform(int _x,int _y,int _maxHeight=32);
|
||||
|
||||
void addHealth(int _health);
|
||||
void addLife();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue