Don't skip other line specials if a trip wire is passed

This commit is contained in:
James R 2021-11-28 04:09:15 -08:00
parent 0e6bb75230
commit 2276304c1d

View file

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