- fixed incomplete commit.
I have no idea where the rest of this stuff went...
This commit is contained in:
parent
de375ce187
commit
65b01bd16d
7 changed files with 14 additions and 11 deletions
|
|
@ -373,7 +373,7 @@ static void GroupSectorPortals(FLevelLocals *Level)
|
|||
for (int k = 0; k < sec->subsectorcount; k++)
|
||||
{
|
||||
subsector_t *sub = sec->subsectors[k];
|
||||
BuildPortalCoverage(&sub->portalcoverage[plane], sub, pair->Key.mDisplacement);
|
||||
BuildPortalCoverage(Level, &sub->portalcoverage[plane], sub, pair->Key.mDisplacement);
|
||||
}
|
||||
sec->portals[plane] = portal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue