Updated: any graphic can be used as a skybox texture.

Fixed a crash when trying to get map title after closing Map options window.
Updated game configurations (Sector_SetPortal).
This commit is contained in:
MaxED 2016-01-13 09:34:32 +00:00
parent a4699e156d
commit 75b107ef2f
8 changed files with 134 additions and 104 deletions

View file

@ -727,7 +727,7 @@ namespace CodeImp.DoomBuilder.Data
protected abstract string[] GetFilesWithExt(string path, string extension, bool subfolders);
// This must find the first file that has the specific name, regardless of file extension
protected abstract string FindFirstFile(string beginswith, bool subfolders);
internal abstract string FindFirstFile(string beginswith, bool subfolders);
// This must find the first file that has the specific name, regardless of file extension
protected abstract string FindFirstFile(string path, string beginswith, bool subfolders);