Gotos/RPGReader

BetterArray dynamic size

Closed this issue · 0 comments

Early versions of the BetterArray class where able to ensure a minimum size and the set-method would work with every id - if the id was out-of-bounds, the BetterArray was resized.
Either nothing should depend on that any longer or the new BetterArray should have a clean implementation of this feature.