- Use 3D midtexture restrictions when respawning actors.

SVN r3550 (trunk)
This commit is contained in:
Randy Heit 2012-04-10 03:28:53 +00:00
commit 2b52d686e9
2 changed files with 2 additions and 2 deletions

View file

@ -2487,7 +2487,7 @@ void P_NightmareRespawn (AActor *mobj)
}
// If there are 3D floors, we need to find floor/ceiling again.
P_FindFloorCeiling(mo, FFCF_SAMESECTOR | FFCF_ONLY3DFLOORS);
P_FindFloorCeiling(mo, FFCF_SAMESECTOR | FFCF_ONLY3DFLOORS | FFCF_3DMIDTEXRESTRICT);
if (z == ONFLOORZ)
{