This commit is contained in:
Charles 2001-02-22 20:20:01 +00:00
parent f6ec01a950
commit 8b5a2ec0c7
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ public:
void resetPath();
void reversePathDir();
s32 think( DVECTOR currentPos, bool *pathComplete, bool *waypointChange );
bool think2D( DVECTOR currentPos, s32 *distX, s32 *distY, s32 *heading );
bool thinkFlat( DVECTOR currentPos, s32 *distX, s32 *distY, s32 *heading );
bool getDistToNextWaypoint( DVECTOR currentPos, s32 *distX, s32 *distY );
};