This commit is contained in:
parent
4f29aca643
commit
6d7237fbc7
2 changed files with 86 additions and 0 deletions
|
@ -22,10 +22,15 @@ class CNpcBouncingBarrelHazard : public CNpcHazard
|
|||
{
|
||||
public:
|
||||
void init();
|
||||
void render();
|
||||
protected:
|
||||
void processMovement( int _frames );
|
||||
|
||||
DVECTOR m_lastWaypoint;
|
||||
|
||||
s16 m_rotation;
|
||||
s16 m_rockRotation;
|
||||
u8 m_rockDir;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue