From 4d96b77fbe93ea54dfea4fde63ec07ca90c00ece Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Mon, 21 Oct 2002 21:01:09 +0000 Subject: [PATCH] no ref ready code --- reaction/cgame/cg_local.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reaction/cgame/cg_local.h b/reaction/cgame/cg_local.h index f15079d7..1fc0aecc 100644 --- a/reaction/cgame/cg_local.h +++ b/reaction/cgame/cg_local.h @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $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 // 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 team1ready; int team2ready; + int refready; int CTBcountdowntime; } cg_t;