From 91514b19cdd21c912135c49ea35ac762ffdd130e Mon Sep 17 00:00:00 2001 From: Daniel Simoes Date: Sun, 23 Jun 2002 15:51:59 +0000 Subject: [PATCH] Fixed the UI team count cvars when someone disconnects. --- reaction/ChangeLog | 1 + reaction/cgame/cg_players.c | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/reaction/ChangeLog b/reaction/ChangeLog index a2fb3ec9..0c4657bd 100644 --- a/reaction/ChangeLog +++ b/reaction/ChangeLog @@ -31,3 +31,4 @@ * Bots dont look for a team leader in TP * Enabled the 6th custom crosshair in the UI * Added callvote map and ref map features. +* Fixed the UI team count cvars when someone disconnects. diff --git a/reaction/cgame/cg_players.c b/reaction/cgame/cg_players.c index 06c80a07..6a2985e4 100644 --- a/reaction/cgame/cg_players.c +++ b/reaction/cgame/cg_players.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.34 2002/06/23 15:51:59 slicer +// Fixed the UI team count cvars when someone disconnects. +// // Revision 1.33 2002/06/16 20:06:13 jbravo // Reindented all the source files with "indent -kr -ut -i8 -l120 -lc120 -sob -bad -bap" // @@ -996,6 +999,8 @@ void CG_NewClientInfo(int clientNum) configstring = CG_ConfigString(clientNum + CS_PLAYERS); if (!configstring[0]) { memset(ci, 0, sizeof(*ci)); + //Slicer: Recalculate team count cvars + CG_UpdateTeamVars(); return; // player just left } // build into a temp buffer so the defer checks can use