WEAF roof fixed

This commit is contained in:
Chris Forbes
2009-10-11 09:32:24 +13:00
parent f79d52be6a
commit a9af3be206
2 changed files with 6 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ namespace OpenRa.Game.Graphics
{
class OverlayRenderer
{
static string[] overlaySpriteNames = new string[]
static string[] overlaySpriteNames =
{
"sbag", "cycl", "brik", "fenc", "wood",
"gold01", "gold02", "gold03", "gold04",
@@ -16,7 +16,7 @@ namespace OpenRa.Game.Graphics
"v12", "v13", "v14", "v15", "v16", "v17", "v18",
"fpls", "wcrate", "scrate", "barb", "sbag",
};
static bool[] overlayIsFence = new bool[]
static bool[] overlayIsFence =
{
true, true, true, true, true,
false, false, false, false,
@@ -25,7 +25,7 @@ namespace OpenRa.Game.Graphics
false, false, false, true, true,
};
static bool[] overlayIsOre = new bool[]
static bool[] overlayIsOre =
{
false, false, false, false, false,
true, true, true, true,
@@ -34,7 +34,7 @@ namespace OpenRa.Game.Graphics
false, false, false, false, false,
};
static bool[] overlayIsGems = new bool[]
static bool[] overlayIsGems =
{
false, false, false, false, false,
false, false, false, false,