Don't mangle shadows/cursors

This commit is contained in:
Paul Chote
2011-06-27 18:35:23 +12:00
parent ebc0cea217
commit de44833457

View File

@@ -89,7 +89,7 @@ namespace OpenRA.Utility
static Palette LoadPalette( string filename )
{
using( var s = File.OpenRead( filename ) )
return new Palette( s, true );
return new Palette( s, false );
}
public static void ConvertShpToPng(string[] args)