From be56a1dbe6e979853d9780a06c6ceb9f3235c947 Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Mon, 21 Oct 2002 21:04:33 +0000 Subject: [PATCH] ref fix --- reaction/cgame/cg_scoreboard.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/cgame/cg_scoreboard.c b/reaction/cgame/cg_scoreboard.c index 74e84745..8ccfa797 100644 --- a/reaction/cgame/cg_scoreboard.c +++ b/reaction/cgame/cg_scoreboard.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.49 2002/10/21 21:04:33 niceass +// ref fix +// // Revision 1.48 2002/10/21 21:01:49 niceass // ref ready code // @@ -416,7 +419,7 @@ static int CG_TeamplayScoreboard(void) BlueL[3] *= (0.8f * Alpha); MAKERGBA(GreyL, 0.3f, 0.3f, 0.3f, 0.4f * Alpha); - Reds = Blues = Spectators = RedSubs = BlueSubs = refs = 0; + Reds = Blues = Spectators = RedSubs = BlueSubs = 0; // Get totals for red/blue/spectators and subs for (i = 0; i < cg.numScores; i++) {