mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Use ML_NOCLIMB for FF_TRANSLUCENT handling in type 452
This commit is contained in:
parent
8e75fe50db
commit
148e3ff538
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…
Reference in a new issue