mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
fix strict complevel vanilla translucency
This commit is contained in:
parent
6f701609b3
commit
5c0c7a2a82
@ -1779,7 +1779,7 @@ void D_SetPredefinedTranslucency(void)
|
||||
if (deh_set_translucency[i])
|
||||
continue;
|
||||
|
||||
if (translucency || (strictmode && !demo_compatibility))
|
||||
if (STRICTMODE_VANILLA(translucency))
|
||||
mobjinfo[predefined_translucency[i]].flags |= MF_TRANSLUCENT;
|
||||
else
|
||||
mobjinfo[predefined_translucency[i]].flags &= ~MF_TRANSLUCENT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user