This commit is contained in:
Paul 2001-06-07 19:40:41 +00:00
parent 01f1cf7c12
commit e65b8cd885
2 changed files with 23 additions and 2 deletions

View file

@ -244,7 +244,8 @@ public:
int getAnimNo();
void setAnimNo(int _animNo);
void springPlayerUp();
void springPlayerUp(); // Springy branches
void floatPlayerUp(); // Geysers
void teleportTo(int _x,int _y);
private:
@ -425,6 +426,7 @@ public:
{
COLSIZE_BASE_WIDTH=30,
COLSIZE_BASE_HEIGHT=60,
HEIGHT_FOR_HEAD_COLLISION=64,
};
void resetPlayerCollisionSizeToBase();
void setPlayerCollisionSize(int _x,int _y,int _w,int _h);