This commit is contained in:
parent
91231221c5
commit
8407047a70
4 changed files with 74 additions and 29 deletions
|
@ -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 ¤tPos, 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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue