This commit is contained in:
parent
3869ae4ada
commit
859fdad678
2 changed files with 132 additions and 20 deletions
|
@ -22,10 +22,14 @@ class CNpcSteerableBarrelPlatform : public CNpcPlatform
|
|||
{
|
||||
public:
|
||||
virtual void render();
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual void processMovement( int _frames );
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
|
||||
s16 m_rotation;
|
||||
s32 m_currentSpeed;
|
||||
s16 m_moveXHighRes;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue