aboutsummaryrefslogtreecommitdiffstats
path: root/code/botlib/be_ai_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/botlib/be_ai_chat.c')
-rw-r--r--code/botlib/be_ai_chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/botlib/be_ai_chat.c b/code/botlib/be_ai_chat.c
index 6d64cf6..5092cec 100644
--- a/code/botlib/be_ai_chat.c
+++ b/code/botlib/be_ai_chat.c
@@ -1992,7 +1992,7 @@ bot_replychat_t *BotLoadReplyChat(char *filename)
botimport.Print(PRT_MESSAGE, "loaded %s\n", filename);
//
//BotDumpReplyChat(replychatlist);
- if (bot_developer)
+ if (botDeveloper)
{
BotCheckReplyChatIntegrety(replychatlist);
} //end if
@@ -2191,7 +2191,7 @@ bot_chat_t *BotLoadInitialChat(char *chatfile, char *chatname)
botimport.Print(PRT_MESSAGE, "loaded %s from %s\n", chatname, chatfile);
//
//BotDumpInitialChat(chat);
- if (bot_developer)
+ if (botDeveloper)
{
BotCheckInitialChatIntegrety(chat);
} //end if