'fix' interior for now, with the hack documented this time

This commit is contained in:
Chris Forbes
2010-05-24 20:52:15 +12:00
parent e5bb541824
commit 6cbebeebd5

View File

@@ -33,7 +33,8 @@ namespace OpenRA.Graphics
public static void Initialize( Map map )
{
exts = new[] { "." + GetTheater(map).Suffix, ".shp" };
/* .tem: hack to allow incomplete theaters (interior) to work, falling back to temperate for the missing art */
exts = new[] { "." + GetTheater(map).Suffix, ".shp", ".tem" };
sprites = new Cache<string, Sprite[]>( LoadSprites );
}