This commit is contained in:
parent
d2971296b8
commit
7478d3483b
88 changed files with 260 additions and 260 deletions
|
@ -22,11 +22,11 @@ class CNpcLiftPlatform : public CNpcPlatform
|
|||
{
|
||||
public:
|
||||
void postInit();
|
||||
virtual void setWaypoints( sThingPlatform *ThisPlatform );
|
||||
void setWaypoints( sThingPlatform *ThisPlatform );
|
||||
protected:
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
virtual void processMovement( int _frames );
|
||||
virtual void processTimer( int _frames );
|
||||
void collidedWith(CThing *_thisThing);
|
||||
void processMovement( int _frames );
|
||||
void processTimer( int _frames );
|
||||
|
||||
u8 m_isActivated;
|
||||
u8 m_returning;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue