mirror of
https://github.com/unknownworlds/NS.git
synced 2025-02-11 10:10:41 +00:00
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:
parent
e4513d75e6
commit
db2fff5fa8
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ void ScorePanel::SortTeams()
|
||||||
{
|
{
|
||||||
if ( !g_TeamInfo[i].scores_overriden )
|
if ( !g_TeamInfo[i].scores_overriden )
|
||||||
g_TeamInfo[i].score =0;
|
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
|
// recalc the team scores, then draw them
|
||||||
|
|
Loading…
Reference in a new issue