aboutsummaryrefslogtreecommitdiffstats
path: root/code/botlib/be_ai_goal.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/botlib/be_ai_goal.c')
-rw-r--r--code/botlib/be_ai_goal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/botlib/be_ai_goal.c b/code/botlib/be_ai_goal.c
index fbcc20f..8fb7de9 100644
--- a/code/botlib/be_ai_goal.c
+++ b/code/botlib/be_ai_goal.c
@@ -522,7 +522,7 @@ void BotInitInfoEntities(void)
numcampspots++;
} //end else if
} //end for
- if (bot_developer)
+ if (botDeveloper)
{
botimport.Print(PRT_MESSAGE, "%d map locations\n", numlocations);
botimport.Print(PRT_MESSAGE, "%d camp spots\n", numcampspots);