Fix RCS1191

This commit is contained in:
RoosterDragon
2023-03-18 13:07:41 +00:00
committed by Gustas
parent cf255fc78e
commit 11a892f991
2 changed files with 4 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenRA.Mods.D2k.Traits
BottomLeft = 0x40,
BottomRight = 0x80,
All = 0xFF
All = Left | Top | Right | Bottom | TopLeft | TopRight | BottomLeft | BottomRight
}
public static readonly Dictionary<ClearSides, int> SpriteMap = new()