AOE Iron Curtain

This commit is contained in:
Paul Chote
2010-11-23 16:31:57 +13:00
parent 604aae5980
commit 41665f7e95
2 changed files with 65 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRA
unitDebug = SynthesizeTile(0x04);
}
static Sprite SynthesizeTile(byte paletteIndex)
public static Sprite SynthesizeTile(byte paletteIndex)
{
byte[] data = new byte[Game.CellSize * Game.CellSize];