Replace p_inter.c

This commit is contained in:
katsy 2020-12-06 00:10:45 -05:00
parent 768ee57057
commit fd4674971a
1 changed files with 0 additions and 3 deletions

View File

@ -1641,9 +1641,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
// Can't jump first frame
player->pflags |= PF_JUMPSTASIS;
// Disable interaction with ground
player->mo->flags |= MF_NOCLIPHEIGHT;
return;
}
case MT_EGGMOBILE2_POGO: