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

@ -231,7 +231,7 @@ s32 CNpcPath::think( DVECTOR currentPos, bool *pathComplete, bool *waypointChang
return( headingToTarget );
}
bool CNpcPath::think2D( DVECTOR currentPos, s32 *distX, s32 *distY, s32 *heading )
bool CNpcPath::thinkFlat( DVECTOR currentPos, s32 *distX, s32 *distY, s32 *heading )
{
bool pointChange = false;