- fixed some issues with P_FindFloorCeiling rework.

This commit is contained in:
Christoph Oelckers 2016-02-19 19:14:49 +01:00
commit cb0e7c6ca5
3 changed files with 10 additions and 0 deletions

View file

@ -918,6 +918,8 @@ void P_CreateLinkedPortals()
}
if (orgs.Size() == 0)
{
// Create the 0->0 translation which is always needed.
Displacements.Create(1);
return;
}
for (int i = 0; i < numsectors; i++)