- moved the subsectors into FLevelLocals.
This commit is contained in:
parent
59b684bdbc
commit
f201dab534
28 changed files with 280 additions and 295 deletions
|
|
@ -302,7 +302,7 @@ subsector_t *R_PointInSubsector (fixed_t x, fixed_t y)
|
|||
|
||||
// single subsector is a special case
|
||||
if (numnodes == 0)
|
||||
return subsectors;
|
||||
return &level.subsectors[0];
|
||||
|
||||
node = nodes + numnodes - 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue