0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-04-07 08:22:01 +00:00

- consider swvoxfil.txt a known name for SW mods.

This allows the voxel pack to be dragged and dropped.
This commit is contained in:
Christoph Oelckers 2023-09-23 14:51:18 +02:00
parent 4bb66fb44e
commit a703acea00

View file

@ -283,7 +283,7 @@ static void DeleteStuff(FileSystem &fileSystem, const TArray<FString>& deletelum
//==========================================================================
const char* iwad_reserved_duke[12] = { ".map", "rmapinfo", ".con", "menudef", "gldefs", "zscript", "maps/", nullptr };
const char* iwad_reserved_blood[12] = { ".map", "rmapinfo", ".ini", "menudef", "gldefs", "zscript", "maps/", nullptr };
const char* iwad_reserved_sw[12] = { ".map", "rmapinfo", "swcustom.txt", "menudef", "gldefs", "zscript", "maps/", nullptr };
const char* iwad_reserved_sw[12] = { ".map", "rmapinfo", "swcustom.txt", "menudef", "gldefs", "zscript", "swvoxfil.txt", "maps/", nullptr };
const char* iwad_reserved_ex[12] = { ".map", "rmapinfo", "menudef", "gldefs", "zscript", "maps/", nullptr };
const char** iwad_reserved()