Merge branch 'master' of git://github.com/chrisforbes/OpenRA

This commit is contained in:
pchote
2009-12-18 19:07:31 -08:00

View File

@@ -48,7 +48,8 @@ namespace OpenRa.Game
FieldLoader.Load(General, AllRules.GetSection("General"));
Aftermath = new AftermathInfo();
FieldLoader.Load(Aftermath, AllRules.GetSection("Aftermath"));
if (useAftermath)
FieldLoader.Load(Aftermath, AllRules.GetSection("Aftermath"));
LoadCategories(
"Building",