Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'll just be playing the game and then i'll use up all of an item and then more items just start disappearing from my inventory and then they'll randomly come back. i really love this game and i think it could be amazing with a few bug fixes.

this happen often when working badly with memory pointers. if not handle right, it causes leaks that result in this situation. He programmed to erase one position at the end, but he miss the sorting to make sure the position at the end is empty and your item is save. When erased the slot, the item is lost in memory, but when you pick up an item somehow (code) he recover the lost item in memory. pretty odd!