This commit is contained in:
Charles 2001-07-03 22:17:20 +00:00
parent 1cb38b14cc
commit b6e036bf51
62 changed files with 134 additions and 149 deletions

View file

@ -22,7 +22,7 @@ class CNpcBigWheelPlatform : public CNpcPlatform
{
public:
bool alwaysThink() {return(true);}
virtual void postInit();
void postInit();
virtual int getHeightFromPlatformAtPosition(int _x,int _y, int offsetX = 0, int offsetY = 0);
protected:
virtual void setWaypoints( sThingPlatform *ThisPlatform );