From cdbc02b61c08dee5fb031da993d58d18e0218a46 Mon Sep 17 00:00:00 2001 From: Zippy_Zolton <zolton9996@gmail.com> Date: Wed, 9 Dec 2020 22:41:08 -0600 Subject: [PATCH] linedef setting :D --- src/p_spec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/p_spec.c b/src/p_spec.c index a1afdd00d..84a4b09b2 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -4582,6 +4582,9 @@ DoneSection2: if (lines[lineindex].flags & ML_NOCLIMB) skipstats = 1; + + if (lines[lineindex].flags & ML_EFFECT1) + dontvisit = 1; } } break; -- GitLab