mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Use ML_NOCLIMB for FF_TRANSLUCENT handling in type 452
This commit is contained in:
parent
88e22b73a9
commit
38a63c5d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -3367,7 +3367,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
|||
0, // set alpha immediately
|
||||
false, NULL, 0, // tic-based logic
|
||||
false, // do not handle FF_EXISTS
|
||||
true, // handle FF_TRANSLUCENT
|
||||
!(line->flags & ML_NOCLIMB), // handle FF_TRANSLUCENT
|
||||
false, // do not handle lighting
|
||||
false, // do not handle collision
|
||||
false, // do not do ghost fade (no collision during fade)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue