REFACTOR [a vs an]

From /dev/humancontroller.
This commit is contained in:
Zack Middleton
2012-06-18 16:31:16 +00:00
parent 4bd24d3182
commit f3e7012bdb
27 changed files with 39 additions and 39 deletions

View File

@@ -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;