aboutsummaryrefslogtreecommitdiffstats
path: root/code/botlib/be_ai_weight.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/botlib/be_ai_weight.c')
-rw-r--r--code/botlib/be_ai_weight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/botlib/be_ai_weight.c b/code/botlib/be_ai_weight.c
index 8d48ee6..72ef812 100644
--- a/code/botlib/be_ai_weight.c
+++ b/code/botlib/be_ai_weight.c
@@ -422,7 +422,7 @@ weightconfig_t *ReadWeightConfig(char *filename)
//if the file was located in a pak file
botimport.Print(PRT_MESSAGE, "loaded %s\n", filename);
#ifdef DEBUG
- if (bot_developer)
+ if (botDeveloper)
{
botimport.Print(PRT_MESSAGE, "weights loaded in %d msec\n", Sys_MilliSeconds() - starttime);
} //end if