moves the position pointer to the previous inventory item skip : if true then skip over non-selectable items
| 289 | // moves the position pointer to the previous inventory item |
| 290 | // skip : if true then skip over non-selectable items |
| 291 | void dInven_PrevPos(Inventory *inven, bool skip) { inven->PrevPos(skip); } |
| 292 | |
| 293 | // returns the type/id of the item at the current position |
| 294 | // return true if it is a real object (meaning it was placed in the inventory |