mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Opaque tripwire on subtractnum maps
This commit is contained in:
parent
96e36521d8
commit
f1eaa1509f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue