mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
PK3 support: SOCs folder is now SOC folder
This commit is contained in:
parent
43c7443e94
commit
291f8bcc96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue