remove commented out debug code
This commit is contained in:
parent
706d1b6978
commit
b952e2d6fd
1 changed files with 0 additions and 22 deletions
|
|
@ -110,17 +110,6 @@ extend class BaseStatusBar
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
console.printf("SortedPlayers was [");
|
||||
|
||||
foreach(p : sortedPlayers)
|
||||
{
|
||||
console.printf("%d", p);
|
||||
}
|
||||
|
||||
console.printf("]");
|
||||
*/
|
||||
|
||||
if(teamplay && deathmatch)
|
||||
{
|
||||
Scoreboard_SortPlayers(sortedPlayers, Scoreboard_CompareByTeams);
|
||||
|
|
@ -130,17 +119,6 @@ extend class BaseStatusBar
|
|||
Scoreboard_SortPlayers(sortedPlayers, Scoreboard_CompareByPoints);
|
||||
}
|
||||
|
||||
/*
|
||||
console.printf("SortedPlayers is now [");
|
||||
|
||||
foreach(p : sortedPlayers)
|
||||
{
|
||||
console.printf("%d", p);
|
||||
}
|
||||
|
||||
console.printf("]");
|
||||
*/
|
||||
|
||||
int numPlayers = sortedPlayers.size();
|
||||
|
||||
int FontScale = max(screen.GetHeight() / 400, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue