Merge branch 'try-fix-tripwire-alpha' into 'master'

Fix invisible tripwire post 1036

Closes #486

See merge request KartKrew/Kart!1063
This commit is contained in:
Gunla 2023-03-19 05:19:03 +00:00
commit c606ee8ef8

View file

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