mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fixed line portal setups in one-subsector maps.
This commit is contained in:
parent
fa85717155
commit
5cce310f11
1 changed files with 2 additions and 3 deletions
|
@ -461,9 +461,8 @@ static void GroupLinePortals()
|
|||
|
||||
void InitPortalGroups()
|
||||
{
|
||||
if (level.nodes.Size() == 0) return;
|
||||
|
||||
GroupSectorPortals();
|
||||
if (level.nodes.Size() > 0)
|
||||
GroupSectorPortals();
|
||||
GroupLinePortals();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue