- fixed some issues with P_FindFloorCeiling rework.
This commit is contained in:
parent
28799c4b51
commit
cb0e7c6ca5
3 changed files with 10 additions and 0 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue