This commit is contained in:
parent
d2971296b8
commit
7478d3483b
88 changed files with 260 additions and 260 deletions
|
@ -23,10 +23,10 @@ class CNpcBigWheelPlatform : public CNpcPlatform
|
|||
public:
|
||||
bool alwaysThink() {return(true);}
|
||||
void postInit();
|
||||
virtual int getHeightFromPlatformAtPosition(int _x,int _y, int offsetX = 0, int offsetY = 0);
|
||||
int getHeightFromPlatformAtPosition(int _x,int _y, int offsetX = 0, int offsetY = 0);
|
||||
protected:
|
||||
virtual void setWaypoints( sThingPlatform *ThisPlatform );
|
||||
virtual void processMovement( int _frames );
|
||||
void setWaypoints( sThingPlatform *ThisPlatform );
|
||||
void processMovement( int _frames );
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue