diff --git a/reaction/game/g_teamplay.c b/reaction/game/g_teamplay.c index aa8f16b9..840fea8c 100644 --- a/reaction/game/g_teamplay.c +++ b/reaction/game/g_teamplay.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.115 2002/06/26 03:28:36 niceass +// upper right HUD scores updated quickly +// // Revision 1.114 2002/06/24 05:51:51 jbravo // CTF mode is now semi working // @@ -749,6 +752,9 @@ int WonGame(int winner) } } + // NiceAss: This should keep the client updated with teamscores promptly. + CalculateRanks(); + if (g_timelimit.integer) { //Slicer : Matchmode if (g_RQ3_matchmode.integer) {