This commit is contained in:
Charles 2001-05-30 18:31:57 +00:00
parent 415a7d7f4f
commit f821541cf3
5 changed files with 213 additions and 47 deletions

View file

@ -23,8 +23,14 @@ class CNpcFallingNoRespawnPlatform : public CNpcPlatform
public:
virtual void postInit();
virtual CRECT const *getThinkBBox();
virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
protected:
virtual void render();
virtual void processMovement( int _frames );
u8 m_spinFinish;
s16 m_rotation;
u8 m_bounceDir;
};
#endif