Minor changes on Sidebar

This commit is contained in:
Bob
2009-10-30 04:44:29 +13:00
parent 0af1e86e65
commit 179d071a97
5 changed files with 234 additions and 233 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRa.Game
}
}
// Key: Production category. Categories are: building, infantry, vehicle, boat, plane (and one per super, if they're done in here)
// Key: Production category. Categories are: building, infantry, vehicle, ship, plane (and one per super, if they're done in here)
readonly Dictionary<string, ProductionItem> production = new Dictionary<string, ProductionItem>();
public void ProductionInit( string category )