add the JUNGLE terrain to Tiberian Dawn

http://cnc-comm.com/community/index.php?topic=2880.0
This commit is contained in:
Matthias Mailänder
2014-05-19 20:46:49 +02:00
parent 46b08273e0
commit 52e2b83069
213 changed files with 1358 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
readonly World world;
static readonly string[] AllowedExtensions = { ".shp", ".r8", "tmp", ".tem", ".des", ".sno", ".int" };
static readonly string[] AllowedExtensions = { ".shp", ".r8", "tmp", ".tem", ".des", ".sno", ".int", ".jun" };
[ObjectCreator.UseCtor]
public AssetBrowserLogic(Widget widget, Action onExit, World world)