This commit is contained in:
Charles 2001-08-07 19:45:40 +00:00
parent 91231221c5
commit 8407047a70
4 changed files with 74 additions and 29 deletions

View file

@ -30,7 +30,7 @@ public:
void setPathType( u8 newPathType );
u8 getPathType();
bool incPath();
void decPath();
bool decPath();
void resetPath();
void reversePathDir();
s32 think( DVECTOR const &currentPos, bool *pathComplete, bool *waypointChange, s32 *distX, s32 *distY );
@ -55,6 +55,7 @@ private:
u8 lastWaypoint;
s32 minX, maxX;
s32 minY, maxY;
bool decLockout;
u16 *waypointPtr;
};