This commit is contained in:
Charles 2001-07-10 16:09:56 +00:00
parent ef121cdaf8
commit b0ac20da10
3 changed files with 97 additions and 57 deletions

View file

@ -25,6 +25,7 @@ public:
void render();
u8 isCart() {return( true );}
void jump();
bool alwaysThink() {return(true);}
protected:
void processMovement( int _frames );
void collidedWith(CThing *_thisThing);
@ -35,6 +36,7 @@ protected:
s32 m_vertSpeed;
u8 m_playerAttached;
u8 m_rebound;
u8 m_falling;
s32 m_reboundTimer;
};