More than 100 items in inventory would cause crash when selecting one

Issue #188 resolved
RMTEW FULL NAME repo owner created an issue

Previous fix had a hard-coded limit to 100 items for some reason. Any more than this and selecting one would crash.

Comments (1)

  1. RMTEW FULL NAME reporter

    Selecting an item from the inventory would crash if there were more than 100 items in there somewhere. This was a hard-coded limit added in a previous bug fix, for some reason. Now buffer is reallocated by enumeration function and problem goes away. Reported by Felius@Bay12, with handy save file. Fixes #188

    → <<cset f426ab62b133>>

  2. Log in to comment