(gecko) Add support for custom order generators

This commit is contained in:
Chris Forbes
2010-11-02 13:35:26 +13:00
parent 7762241653
commit bc7cf09287
4 changed files with 71 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRA.Graphics
}
Sprite[] LoadCursors(string filename)
{
{
try
{
var shp = new Dune2ShpReader(FileSystem.OpenWithExts(filename, exts));