- fixed portal counting.

This was creating a large number of unused portal groups.
This commit is contained in:
Christoph Oelckers 2016-03-13 02:54:10 +01:00
parent b73d6e42af
commit 0040b272ed
1 changed files with 1 additions and 0 deletions

View File

@ -955,6 +955,7 @@ void P_CreateLinkedPortals()
}
}
}
id = 1;
if (orgs.Size() != 0)
{
for (int i = 0; i < numsectors; i++)