mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 03:30:50 +00:00
Merge pull request #156 from frozenLake/patch-1
Added transmaps to non modifying lump list.
This commit is contained in:
commit
6ad64347f3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue