Use ML_NOCLIMB for FF_TRANSLUCENT handling in type 452

This commit is contained in:
mazmazz 2018-09-10 10:17:39 -04:00
parent 8e75fe50db
commit 148e3ff538
1 changed files with 1 additions and 1 deletions

View File

@ -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)