mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
"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:
parent
bef514fabb
commit
86123ccf6a
1 changed files with 5 additions and 0 deletions
|
@ -886,6 +886,11 @@ translucent
|
|||
{
|
||||
title = "Translucent (Middle Texture)";
|
||||
prefix = "";
|
||||
|
||||
errorchecker
|
||||
{
|
||||
ignoremiddletexture = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue