- unlimit the wall index in sections.

This commit is contained in:
Christoph Oelckers 2021-12-05 21:26:34 +01:00
parent a2e280e188
commit b0ecf7e87b

View file

@ -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.