mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
Fixed a small booboo with the teamcounts
This commit is contained in:
parent
5cba60e438
commit
8687dae636
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.63 2002/03/01 20:22:31 jbravo
|
||||
// Fixed a small booboo with the teamcounts
|
||||
//
|
||||
// Revision 1.62 2002/03/01 20:02:34 jbravo
|
||||
// Added ui_RQ3_teamCount1, ui_RQ3_teamCount2 and ui_RQ3_numSpectators for
|
||||
// makro
|
||||
|
@ -851,6 +854,7 @@ void SetTeam( gentity_t *ent, char *s )
|
|||
// so the scoreboard will be correct. Also check for uneven teams.
|
||||
if (g_gametype.integer == GT_TEAMPLAY) {
|
||||
x = RQ3TeamCount( -1, client->sess.savedTeam);
|
||||
x = RQ3TeamCount( -1, oldTeam);
|
||||
CheckForUnevenTeams(ent);
|
||||
teamsave = client->sess.sessionTeam;
|
||||
client->sess.sessionTeam = client->sess.savedTeam;
|
||||
|
|
Loading…
Reference in a new issue