From 216dc29085de3ccd738d681d8ca5dcd12fd31a05 Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Fri, 19 Jul 2002 04:31:39 +0000 Subject: [PATCH] misc fixes/ctb changes --- reaction/game/ai_cmd.c | 7 +++++-- reaction/game/ai_cmd.h | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/reaction/game/ai_cmd.c b/reaction/game/ai_cmd.c index 1937d4a4..8c7f09f3 100644 --- a/reaction/game/ai_cmd.c +++ b/reaction/game/ai_cmd.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.11 2002/07/19 04:31:39 niceass +// misc fixes/ctb changes +// // Revision 1.10 2002/07/02 20:22:35 jbravo // Changed the files to use the right ui. // @@ -1566,8 +1569,8 @@ void BotMatch_WhereAreYou(bot_state_t * bs, bot_match_t * match) RQ3_SILENCER_NAME, RQ3_SLIPPERS_NAME, RQ3_BANDOLIER_NAME, - "Red Flag", - "Blue Flag", + "Silver Case", + "Black Case", NULL }; diff --git a/reaction/game/ai_cmd.h b/reaction/game/ai_cmd.h index 40fc81b9..e3127379 100644 --- a/reaction/game/ai_cmd.h +++ b/reaction/game/ai_cmd.h @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.6 2002/07/19 04:31:39 niceass +// misc fixes/ctb changes +// // Revision 1.5 2002/06/16 20:06:13 jbravo // Reindented all the source files with "indent -kr -ut -i8 -l120 -lc120 -sob -bad -bap" // @@ -35,4 +38,6 @@ extern int notleader[MAX_CLIENTS]; int BotMatchMessage(bot_state_t * bs, char *message); +//#ifdef DEBUG void BotPrintTeamGoal(bot_state_t * bs); +//#endif