fix compile failure

This commit is contained in:
Chris Forbes
2011-02-03 19:52:55 +13:00
committed by Paul Chote
parent 73a08624ef
commit 4aaafd18f1
4 changed files with 29 additions and 23 deletions

View File

@@ -408,7 +408,7 @@ namespace OpenRA.Editor
};
if (section == "INFANTRY")
actor.Add(new SubcellInit(int.Parse(parts[4])));
actor.Add(new SubCellInit(int.Parse(parts[4])));
Map.Actors.Add("Actor" + ActorCount++,actor);