Fix the overlay to actor rule for crates

This commit is contained in:
Matthias Mailänder
2017-09-17 20:16:15 +02:00
committed by reaperrr
parent 44cfa793df
commit d17e414648

View File

@@ -116,7 +116,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
{ 0xB0, "trock04" }, { 0xB0, "trock04" },
{ 0xB1, "trock05" }, { 0xB1, "trock05" },
{ 0xB2, null }, // veinholedummy { 0xB2, null }, // veinholedummy
{ 0xBC, "crate" } { 0xB3, "crate" }
}; };
static readonly Dictionary<byte, Size> OverlayShapes = new Dictionary<byte, Size>() static readonly Dictionary<byte, Size> OverlayShapes = new Dictionary<byte, Size>()