From 0d0b207c63b50a63ebcc9c4bcd118c9b6e58a228 Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Fri, 8 Feb 2002 05:59:09 +0000 Subject: [PATCH] scoreboard timer thing added --- reaction/cgame/cg_consolecmds.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reaction/cgame/cg_consolecmds.c b/reaction/cgame/cg_consolecmds.c index a42127eb..7a1272bd 100644 --- a/reaction/cgame/cg_consolecmds.c +++ b/reaction/cgame/cg_consolecmds.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.26 2002/02/08 05:59:09 niceass +// scoreboard timer thing added +// // Revision 1.25 2002/02/03 21:24:12 slicer // More Matchmode code // @@ -215,6 +218,7 @@ static void CG_ScoresDown_f( void ) { #ifdef MISSIONPACK CG_BuildSpectatorString(); #endif + if ( cg.showScores == qfalse ) cg.scoreStartTime = cg.time; if ( cg.scoresRequestTime + 2000 < cg.time ) { // the scores are more than two seconds out of data, // so request new ones