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:
@@ -84,7 +84,7 @@ namespace OpenRa.Game.GameRules
|
||||
|
||||
public BaseInfo( string name, IniSection ini )
|
||||
{
|
||||
Name = name;
|
||||
Name = name.ToLowerInvariant();
|
||||
|
||||
foreach( var x in ini )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user