moves the position pointer to the next inventory item skip : if true then skip over non-selectable items
| 285 | // moves the position pointer to the next inventory item |
| 286 | // skip : if true then skip over non-selectable items |
| 287 | void dInven_NextPos(Inventory *inven, bool skip) { inven->NextPos(skip); } |
| 288 | |
| 289 | // moves the position pointer to the previous inventory item |
| 290 | // skip : if true then skip over non-selectable items |