mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- made several arrays holding sector related data dynamic.
This commit is contained in:
parent
2a07159c8d
commit
1a3b9f8ac0
11 changed files with 50 additions and 50 deletions
|
@ -22,9 +22,8 @@ struct Section
|
|||
|
||||
// giving 25% more may be a bit high as normally this should be small numbers only.
|
||||
extern SectionLine sectionLines[MAXWALLS + (MAXWALLS >> 2)];
|
||||
extern Section sections[MAXSECTORS + (MAXSECTORS >> 2)];
|
||||
extern TArray<Section> Sections;
|
||||
extern TArray<int> sectionspersector[MAXSECTORS]; // reverse map, mainly for the automap
|
||||
extern int numsections;
|
||||
extern int numsectionlines;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue