This commit is contained in:
parent
415a7d7f4f
commit
f821541cf3
5 changed files with 213 additions and 47 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue