0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-02-17 17:41:57 +00:00

Merge pull request from frozenLake/patch-1

Added transmaps to non modifying lump list.
This commit is contained in:
MonsterIestyn 2017-01-12 01:14:43 +00:00 committed by GitHub
commit 6ad64347f3

View file

@ -1223,6 +1223,7 @@ int W_VerifyNMUSlumps(const char *filename)
{"COLORMAP", 8},
{"PAL", 3},
{"CLM", 3},
{"TRANS", 5},
{NULL, 0},
};
return W_VerifyFile(filename, NMUSlist, false);