mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix invisible tripwire
This commit is contained in:
parent
df3c077bf1
commit
f72379e557
1 changed files with 1 additions and 1 deletions
|
|
@ -2644,7 +2644,7 @@ static void P_ProcessLinedefsAfterSidedefs(void)
|
|||
if (ld->tripwire)
|
||||
{
|
||||
ld->blendmode = AST_ADD;
|
||||
ld->alpha = 0;
|
||||
ld->alpha = 0xff;
|
||||
}
|
||||
|
||||
if (udmf)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue