- removed ZDOOMADD and updated actors in question with ZDOOMTRANS
This commit is contained in:
parent
91e3b19264
commit
b240ad0814
41 changed files with 57 additions and 70 deletions
|
|
@ -217,8 +217,6 @@ namespace swrenderer
|
|||
{
|
||||
if (thing->renderflags & RF_ZDOOMTRANS)
|
||||
vis->RenderStyle = LegacyRenderStyles[STYLE_Normal];
|
||||
if (thing->renderflags & RF_ZDOOMADD)
|
||||
vis->RenderStyle = LegacyRenderStyles[STYLE_Translucent];
|
||||
}
|
||||
vis->FillColor = thing->fillcolor;
|
||||
vis->Translation = thing->Translation; // [RH] thing translation table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue