Don't commit code in a hurry like that...
parent
f03c3dbc10
commit
0baf9f8077
|
@ -94,7 +94,6 @@ void CScoreboard::UpdateObjectCount()
|
||||||
assert(rule->winTeam != 0);
|
assert(rule->winTeam != 0);
|
||||||
int count = rule->CountObjects();
|
int count = rule->CountObjects();
|
||||||
int countDiff = count - rule->lastCount;
|
int countDiff = count - rule->lastCount;
|
||||||
printf("%d %d\n", count, countDiff);
|
|
||||||
if (countDiff != 0)
|
if (countDiff != 0)
|
||||||
{
|
{
|
||||||
rule->lastCount = count;
|
rule->lastCount = count;
|
||||||
|
|
Loading…
Reference in New Issue