cleanup wtf

This commit is contained in:
Chris Forbes
2010-08-10 21:51:06 +12:00
parent e6f717ff04
commit f162c5956e

View File

@@ -23,8 +23,9 @@ namespace OpenRA.Graphics
// We need to store the Palettes themselves for the remap palettes to work
// We should probably try to fix this somehow
static Dictionary<string, Palette> palettes;
static Dictionary<string, int> indices;
Dictionary<string, Palette> palettes;
Dictionary<string, int> indices;
public HardwarePalette(Map map)
: base(new Size(256, MaxPalettes))
{