sequences for the rest of the buildable buildings, and fixes to make HBOX and MSLO work

- HBOX and MSLO sprites are in temperat/snow mixes with .tem/.sno extensions (and not present in interior)
This commit is contained in:
Bob
2009-10-10 19:30:19 +13:00
parent 4c9bd5c095
commit 4fa05a6d40
5 changed files with 201 additions and 72 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenRa.Game.GameRules
public BaseInfo( string name, IniSection ini )
{
Name = name;
Name = name.ToLowerInvariant();
foreach( var x in ini )
{