This commit is contained in:
Tleety
2016-03-04 03:57:37 +01:00
parent 103fe98fe2
commit 19ee66fc75
2 changed files with 399 additions and 3 deletions
-3
View File
@@ -21,9 +21,6 @@ void ScoreScreenSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper&
return;
}
int redTeamEnum;
int blueTeamEnum;
int spectatorTeamEnum;
int currentTeam = 0;
if(entity.HasComponent("Team")) {