diff --git a/src/p_inter.c b/src/p_inter.c index 11c2829ed..f3b66694d 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -392,6 +392,9 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck) P_InstaThrust(player->mo, player->mo->angle, 20<scale < special->destscale/2) + return; if (special->threshold >= FIRSTPOWERUP) { if (P_PlayerInPain(player))