mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- unlimit the wall index in sections.
This commit is contained in:
parent
a2e280e188
commit
b0ecf7e87b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ struct Section
|
|||
{
|
||||
int sector;
|
||||
// this is the whole point of sections - instead of just having a start index and count, we have an explicit list of lines that's a lot easier to change when needed.
|
||||
TArray<int16_t> lines;
|
||||
TArray<int> lines;
|
||||
};
|
||||
|
||||
// giving 25% more may be a bit high as normally this should be small numbers only.
|
||||
|
|
Loading…
Reference in a new issue