This commit is contained in:
parent
09742436e2
commit
0c9f751ab1
2 changed files with 35 additions and 11 deletions
|
@ -22,6 +22,7 @@ class CNpcFallingHazard : public CNpcHazard
|
|||
{
|
||||
public:
|
||||
void init();
|
||||
virtual CRECT const *getThinkBBox();
|
||||
protected:
|
||||
void processMovement( int _frames );
|
||||
void processTimer( int _frames );
|
||||
|
@ -31,6 +32,7 @@ protected:
|
|||
u8 m_bounceFinish;
|
||||
s32 m_speed;
|
||||
u8 m_bounceDir;
|
||||
DVECTOR m_bouncePos;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue