opixelum/doomdepths-c

Store multiple same item without using more memory

Opened this issue · 0 comments

Currently, when there's 2 same items in an inventory, the same item is duplicated on the memory. For saving memory, just store it once in memory, but tell the program that the inventory has 2 of them.