fix compile failure
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user