- changed status to resolved
Selecting items from inventory does not list all items
Issue #116
resolved
The inventory listing shown when applying an object to something, would possibly list only the first few objects. The reason for this, is that getting an objects name mid inventory enumeration would in turn within the name generation logic, also enumerate the inventory itself. Then returning to the orginal inventory enumeration, the enumeration would be found to have finished (which another from start to end enumeration in the meantime would effectively have left it as).
Comments (1)
-
reporter - Log in to comment
Inventory enumeration in y key use menu fixed. Closes
#116→ <<cset cdab3aeff389>>