REFACTOR [anough to enough]

This commit is contained in:
Zack Middleton 2012-06-18 16:39:58 +00:00
parent 2579738256
commit a375f898f5
7 changed files with 21 additions and 21 deletions

View file

@ -1988,7 +1988,7 @@ bot_moveresult_t BotTravel_Ladder(bot_movestate_t *ms, aas_reachability_t *reach
{
//botimport.Print(PRT_MESSAGE, "moving towards ladder\n");
VectorSubtract(reach->end, ms->origin, dir);
//make sure the horizontal movement is large anough
//make sure the horizontal movement is large enough
VectorCopy(dir, hordir);
hordir[2] = 0;
dist = VectorNormalize(hordir);