mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-20 19:02:08 +00:00
misc fixes/ctb changes
This commit is contained in:
parent
42563478a4
commit
216dc29085
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue