This commit is contained in:
parent
4d5777fee4
commit
22c46c193a
8 changed files with 122 additions and 74 deletions
|
@ -23,14 +23,11 @@ class CNpcBranchPlatform : public CNpcPlatform
|
|||
public:
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual void setWaypoints( sThingPlatform *ThisPlatform );
|
||||
virtual void processMovement( int _frames );
|
||||
|
||||
enum NPC_BRANCH_STATE
|
||||
{
|
||||
NPC_BRANCH_STOP = 0,
|
||||
NPC_BRANCH_DIP = 1,
|
||||
NPC_BRANCH_SPRING,
|
||||
};
|
||||
s32 m_angularVelocity;
|
||||
u8 m_reversed;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue