- removed a few unused definitions.

This commit is contained in:
Christoph Oelckers 2017-02-07 10:55:59 +01:00
commit 4ca69f10c7
4 changed files with 3 additions and 25 deletions

View file

@ -383,7 +383,7 @@ namespace swrenderer
if (style.BlendOp == STYLEOP_Shadow)
{
style = LegacyRenderStyles[STYLE_TranslucentStencil];
alpha = TRANSLUC33;
alpha = OPAQUE / 3;
color = 0;
}
@ -393,7 +393,7 @@ namespace swrenderer
}
else if (style.Flags & STYLEF_Alpha1)
{
alpha = FRACUNIT;
alpha = OPAQUE;
}
else
{