Fixes Utility import facings mirror-flip
This commit is contained in:
@@ -390,7 +390,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
if (health != 100)
|
if (health != 100)
|
||||||
initDict.Add(new HealthInit(health));
|
initDict.Add(new HealthInit(health));
|
||||||
if (facing != 0)
|
if (facing != 0)
|
||||||
initDict.Add(new FacingInit(facing));
|
initDict.Add(new FacingInit(255 - facing));
|
||||||
|
|
||||||
if (section == "INFANTRY")
|
if (section == "INFANTRY")
|
||||||
actor.Add(new SubCellInit(Exts.ParseIntegerInvariant(parts[4])));
|
actor.Add(new SubCellInit(Exts.ParseIntegerInvariant(parts[4])));
|
||||||
|
|||||||
Reference in New Issue
Block a user