Skip to content
Snippets Groups Projects
Commit e3b94c04 authored by frozenLake's avatar frozenLake Committed by GitHub
Browse files

Added transmaps to non modifying lump list.

parent cdc9bf3a
No related branches found
No related tags found
1 merge request!156A spike bug no more
...@@ -1223,6 +1223,7 @@ int W_VerifyNMUSlumps(const char *filename) ...@@ -1223,6 +1223,7 @@ int W_VerifyNMUSlumps(const char *filename)
{"COLORMAP", 8}, {"COLORMAP", 8},
{"PAL", 3}, {"PAL", 3},
{"CLM", 3}, {"CLM", 3},
{"TRANS", 5},
{NULL, 0}, {NULL, 0},
}; };
return W_VerifyFile(filename, NMUSlist, false); return W_VerifyFile(filename, NMUSlist, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment