"Unknown Texture" checker skips Boom translucency special (#545)

Boom's linedef special 260 allows a 64K
translucency lump to be applied to the
front sidedef's midtex for applying a
custom 1 to 99% translucency value. Stop
reporting this as an unknown texture.
This commit is contained in:
Derek MacDonald 2021-04-08 14:22:11 -04:00 committed by GitHub
parent bef514fabb
commit 86123ccf6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -886,6 +886,11 @@ translucent
{
title = "Translucent (Middle Texture)";
prefix = "";
errorchecker
{
ignoremiddletexture = true;
}
}
}