aboutsummaryrefslogtreecommitdiffstats
path: root/code/botlib/be_ai_char.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/botlib/be_ai_char.c')
-rw-r--r--code/botlib/be_ai_char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/botlib/be_ai_char.c b/code/botlib/be_ai_char.c
index 51520f7..d360886 100644
--- a/code/botlib/be_ai_char.c
+++ b/code/botlib/be_ai_char.c
@@ -416,7 +416,7 @@ int BotLoadCachedCharacter(char *charfile, float skill, int reload)
//
botimport.Print(PRT_MESSAGE, "loaded skill %d from %s\n", intskill, charfile);
#ifdef DEBUG
- if (bot_developer)
+ if (botDeveloper)
{
botimport.Print(PRT_MESSAGE, "skill %d loaded in %d msec from %s\n", intskill, Sys_MilliSeconds() - starttime, charfile);
} //end if