This commit is contained in:
Paul 2001-06-14 21:22:40 +00:00
parent f0b1e4b9a8
commit 59914477b4
5 changed files with 14 additions and 11 deletions

View file

@ -246,8 +246,8 @@ public:
int getAnimNo();
void setAnimNo(int _animNo);
void springPlayerUp(); // Springy branches
void floatPlayerUp(); // Geysers
void springPlayerUp(int _springHeight=55); // Springy branches
void floatPlayerUp(); // Geysers
void teleportTo(int _x,int _y);
private: