Revert 'Safe Guard P_ThingOnSpecial3DFloor'

This reverts commit 4f829a61de.
This commit is contained in:
GenericHeroGuy 2025-11-23 16:13:35 +01:00
parent f273efc8c2
commit bb77cfb227

View file

@ -5529,12 +5529,6 @@ sector_t *P_ThingOnSpecial3DFloor(mobj_t *mo)
{
ffloor_t *rover;
if (!mo || P_MobjWasRemoved(mo))
return NULL;
if (!mo->subsector)
return NULL;
for (rover = mo->subsector->sector->ffloors; rover; rover = rover->next)
{
if (!rover->master->frontsector->special)