Revert 'Safe Guard P_ThingOnSpecial3DFloor'
This reverts commit 4f829a61de.
This commit is contained in:
parent
f273efc8c2
commit
bb77cfb227
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue