mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
parent
03a4cc292c
commit
60c1f5706a
1 changed files with 1 additions and 1 deletions
|
|
@ -2856,7 +2856,7 @@ static void P_ProcessLinedefsAfterSidedefs(void)
|
||||||
if (ld->tripwire)
|
if (ld->tripwire)
|
||||||
{
|
{
|
||||||
ld->blendmode = (subtractTripwire ? AST_SUBTRACT : AST_ADD);
|
ld->blendmode = (subtractTripwire ? AST_SUBTRACT : AST_ADD);
|
||||||
ld->alpha = 0xff;
|
ld->alpha = FRACUNIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (udmf)
|
if (udmf)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue