Fix bridges and trees

This commit is contained in:
Paul Chote
2010-01-31 19:59:35 +13:00
parent 69aff6e0f0
commit 1038a9a7e8
8 changed files with 349 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ namespace OpenRa
if (name != null)
{
Log.Write("Loading {0}",name.ToLowerInvariant());
Info = Rules.Info[name.ToLowerInvariant()];
Health = this.GetMaxHP();