mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 22:11:01 +00:00
Don't skip other line specials if a trip wire is passed
This commit is contained in:
parent
0e6bb75230
commit
2276304c1d
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue