mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 05:40:44 +00:00
- fixed portal counting.
This was creating a large number of unused portal groups.
This commit is contained in:
parent
b73d6e42af
commit
0040b272ed
1 changed files with 1 additions and 0 deletions
|
@ -955,6 +955,7 @@ void P_CreateLinkedPortals()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
id = 1;
|
||||||
if (orgs.Size() != 0)
|
if (orgs.Size() != 0)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < numsectors; i++)
|
for (int i = 0; i < numsectors; i++)
|
||||||
|
|
Loading…
Reference in a new issue