- fixed: One of these floors was supposed to be additive, not translucent...

This commit is contained in:
Rachael Alexanderson 2016-12-19 06:06:19 -05:00
parent 4a95ef93ed
commit c1352d6ecb

View file

@ -1529,7 +1529,7 @@ void R_DrawNormalPlane (visplane_t *pl, double _xscale, double _yscale, fixed_t
{ {
spanfunc = R_DrawSpanAddClamp; spanfunc = R_DrawSpanAddClamp;
dc_srcalpha = alpha; dc_srcalpha = alpha;
dc_destalpha = OPAQUE-alpha; dc_destalpha = FRACUNIT;
} }
} }
else else