o The team total for the kills column on the scoreboard, rather than displaying the total kill count, displays a number that increments by the total kill count once every half-second- fixed

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@541 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2006-06-20 22:33:25 +00:00
parent e4513d75e6
commit db2fff5fa8

View file

@ -483,7 +483,7 @@ void ScorePanel::SortTeams()
{
if ( !g_TeamInfo[i].scores_overriden )
g_TeamInfo[i].score =0;
g_TeamInfo[i].deaths = g_TeamInfo[i].ping = g_TeamInfo[i].packetloss = 0;
g_TeamInfo[i].frags = g_TeamInfo[i].deaths = g_TeamInfo[i].ping = g_TeamInfo[i].packetloss = 0;
}
// recalc the team scores, then draw them