mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
c606ee8ef8
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