Revert "add noclipheight on chaingrab"

This reverts commit 8541409329
This commit is contained in:
katsy 2020-12-06 07:44:59 +00:00
parent ffd20ee753
commit 5853a0b4d8

View file

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