resets the position pointer in the list to the beginning
| 281 | |
| 282 | // resets the position pointer in the list to the beginning |
| 283 | void dInven_ResetPos(Inventory *inven) { inven->ResetPos(); } |
| 284 | |
| 285 | // moves the position pointer to the next inventory item |
| 286 | // skip : if true then skip over non-selectable items |