From c1f6b8e1a7768c65ba7d51b5359392957e74e5b8 Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Sat, 24 Aug 2002 08:01:11 +0000 Subject: [PATCH] new ref system for scoreboard --- 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 2a793408..2d577355 100644 --- a/reaction/cgame/cg_local.h +++ b/reaction/cgame/cg_local.h @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.117 2002/08/24 08:01:11 niceass +// new ref system for scoreboard +// // Revision 1.116 2002/08/22 03:30:20 niceass // countdown code added // @@ -583,6 +586,7 @@ typedef struct { //Slicer Matchmode team_t captain; team_t sub; + qboolean referee; } score_t; //Blaze: WeaponStats Struct