mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-27 14:32:15 +00:00
ref fix
This commit is contained in:
parent
7204759cff
commit
be56a1dbe6
1 changed files with 4 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue