Changed SubCell to byte
This commit is contained in:
@@ -415,7 +415,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
initDict.Add(new FacingInit(255 - facing));
|
||||
|
||||
if (section == "INFANTRY")
|
||||
actor.Add(new SubCellInit(Exts.ParseIntegerInvariant(parts[4])));
|
||||
actor.Add(new SubCellInit(Exts.ParseByte(parts[4])));
|
||||
|
||||
var actorCount = map.ActorDefinitions.Count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user