no ref ready code

This commit is contained in:
Bryce Hutchings 2002-10-21 21:01:09 +00:00
parent eae88c0b04
commit 4d96b77fbe
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $Log$
// Revision 1.128 2002/10/21 21:01:09 niceass
// no ref ready code
//
// Revision 1.127 2002/10/20 21:24:32 blaze // Revision 1.127 2002/10/20 21:24:32 blaze
// Added cg_rq3_gunname cvars. These can be used to choose weapon replacements. You will need 3 icons that I will upload to the ftp. These should go in the next pk3 // Added cg_rq3_gunname cvars. These can be used to choose weapon replacements. You will need 3 icons that I will upload to the ftp. These should go in the next pk3
// //
@ -1038,6 +1041,7 @@ typedef struct {
int matchTime; int matchTime;
int team1ready; int team1ready;
int team2ready; int team2ready;
int refready;
int CTBcountdowntime; int CTBcountdowntime;
} cg_t; } cg_t;