From 2276304c1d74231abc920d920f7a6a27766af907 Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 28 Nov 2021 04:09:15 -0800 Subject: [PATCH] Don't skip other line specials if a trip wire is passed --- src/p_spec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_spec.c b/src/p_spec.c index 7099cf79f..07825759c 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -2022,7 +2022,6 @@ void P_CrossSpecialLine(line_t *line, INT32 side, mobj_t *thing) if (P_IsLineTripWire(line)) { K_ApplyTripWire(player, TRIP_PASSED); - return; } switch (line->special)