cleaning up a bunch of stuff; silo works sensibly now

This commit is contained in:
Chris Forbes
2009-10-11 23:27:47 +13:00
parent 6ca0776e9a
commit 99b508956e
7 changed files with 188 additions and 220 deletions

View File

@@ -13,5 +13,10 @@ namespace OpenRa.Game
this.PlayerName = playerName;
TechTree.CurrentRace = race;
}
public float GetSiloFullness()
{
return 0.5f; /* todo: work this out the same way as RA */
}
}
}