PK3 support: SOCs folder is now SOC folder

This commit is contained in:
MascaraSnake 2018-12-12 08:32:02 +01:00
parent 43c7443e94
commit 291f8bcc96
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace CodeImp.DoomBuilder.Data
protected const string COLORMAPS_DIR = "colormaps";
protected const string GRAPHICS_DIR = "graphics"; //mxd
protected const string VOXELS_DIR = "voxels"; //mxd
protected const string SOC_DIR = "socs";
protected const string SOC_DIR = "soc";
protected const string LUA_DIR = "lua";
#endregion