final commit

This commit is contained in:
Pan 2019-05-27 21:53:42 +12:00
parent b42853208b
commit e0c9ea82d1

View File

@ -770,6 +770,10 @@ public class AssetManager {
for(int i = 0; i < factories.length; i++){
if(factories[i] != null)
factories[i].draw();
if(factories[i].teamNo == 0)
numberOfPlayerBuildings++;
else
numberOfAIBuildings++;
}
}