This commit is contained in:
Paul 2001-03-25 21:33:20 +00:00
parent d26f36461e
commit 293ce2cc9a
12 changed files with 140 additions and 73 deletions

View file

@ -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;