MatthewScholefield / mine-ds

A 2D survival game for the Nintendo DS
http://matthewscholefield.github.io/mine-ds/
GNU General Public License v3.0
21 stars 0 forks source link

Inventory items do not display after long gameplay #51

Closed MatthewScholefield closed 9 years ago

MatthewScholefield commented 9 years ago

After playing for a while, certain item graphics within the inventory will not be displayed. Instead, only their quantities are shown.

LukeSilva commented 9 years ago

This may be fixed with the new sprite ID handling. If the graphic sprites were created, and not unloaded, eventually all the sprite IDs would have been used up, causing future item graphics not to display. Assuming that this was the cause, this bug should no longer appear. Playtesting is required.

MatthewScholefield commented 9 years ago

Assuming fixed.