Disallow any directories named LongSprites/

This commit is contained in:
Lactozilla 2024-10-01 20:30:01 -03:00
parent 68f40d8a64
commit a71257308e

View file

@ -2657,7 +2657,8 @@ static lumpchecklist_t folderblacklist[] =
{
{"Lua/", 4},
{"SOC/", 4},
{"Sprites/", 8},
{"Sprites/", 8},
{"LongSprites/", 12},
{"Textures/", 9},
{"Patches/", 8},
{"Flats/", 6},