REFACTOR [a vs an]
From /dev/humancontroller.
This commit is contained in:
parent
4bd24d3182
commit
f3e7012bdb
27 changed files with 39 additions and 39 deletions
|
@ -764,7 +764,7 @@ int BotGetReachabilityToGoal(vec3_t origin, int areanum,
|
|||
reachnum = AAS_NextAreaReachability(areanum, reachnum))
|
||||
{
|
||||
#ifdef AVOIDREACH
|
||||
//check if it isn't an reachability to avoid
|
||||
//check if it isn't a reachability to avoid
|
||||
for (i = 0; i < MAX_AVOIDREACH; i++)
|
||||
{
|
||||
if (avoidreach[i] == reachnum && avoidreachtimes[i] >= AAS_Time()) break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue