This commit is contained in:
parent
d26f36461e
commit
293ce2cc9a
12 changed files with 140 additions and 73 deletions
|
@ -88,6 +88,8 @@ protected:
|
|||
DVECTOR getPlayerPos();
|
||||
void setPlayerPos(DVECTOR *_pos);
|
||||
|
||||
void respawn();
|
||||
|
||||
class CPlayer *m_player;
|
||||
|
||||
};
|
||||
|
@ -135,8 +137,6 @@ public:
|
|||
void jump();
|
||||
void fall();
|
||||
|
||||
// virtual void respawn(class CPlayer *_player);
|
||||
|
||||
|
||||
private:
|
||||
int m_fallFrames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue