mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 22:21:05 +00:00
Linedef type 464: Re-add mobjtype check that I accidentally removed
This commit is contained in:
parent
8b6140ddb2
commit
be480eead0
1 changed files with 3 additions and 0 deletions
|
@ -3626,6 +3626,9 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
|||
if (!mo2)
|
||||
continue;
|
||||
|
||||
if (mo2->type != MT_EGGTRAP)
|
||||
continue;
|
||||
|
||||
if (mo2->thinker.function.acp1 == (actionf_p1)P_RemoveThinkerDelayed)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue