Opaque tripwire on subtractnum maps

This commit is contained in:
AJ Martinez 2023-10-17 21:48:05 -07:00
parent 96e36521d8
commit f1eaa1509f

View file

@ -3334,7 +3334,7 @@ static void P_ProcessLinedefsAfterSidedefs(void)
if (ld->tripwire) if (ld->tripwire)
{ {
ld->blendmode = (subtractTripwire ? AST_SUBTRACT : AST_ADD); ld->blendmode = (subtractTripwire ? AST_COPY : AST_ADD);
ld->alpha = FRACUNIT; ld->alpha = FRACUNIT;
} }