fixed the roof of the WEAP. we'll still need to do the z-order for it.

This commit is contained in:
Chris Forbes
2009-10-06 19:58:20 +13:00
parent e4c3c7e5af
commit 924c515f57
4 changed files with 49 additions and 9 deletions

View File

@@ -49,8 +49,9 @@ namespace OpenRa.Game
network = new Network();
buildingCreation.Add("proc", (location, owner) => new Refinery(location, owner, this));
buildingCreation.Add("weap", (location, owner) => new WarFactory(location, owner, this));
string[] buildings = { "fact", "powr", "apwr", "weap", "barr", "atek", "stek", "dome" };
string[] buildings = { "fact", "powr", "apwr", "barr", "atek", "stek", "dome" };
foreach (string s in buildings)
{
var t = s;