This commit is contained in:
Paul 2001-05-24 20:00:19 +00:00
parent 370c0ff71e
commit cec66557b6
3 changed files with 69 additions and 2 deletions

View file

@ -201,8 +201,10 @@ public:
virtual void render();
virtual int dontKillDuringLevelRespawn() {return true;}
virtual void shove(DVECTOR move);
void moveLeft(); // This is only for camera scroll right now..
void moveLeft(); // This is only for camera scroll right now
void moveRight(); // " " " " "
void fall(); // " " " " "
void buttFall(); // " " " " "
virtual int moveVertical(int _moveDistance);
virtual int moveHorizontal(int _moveDistance);
virtual void setHasPlatformCollided( bool newVal );