| 1242 | } |
| 1243 | |
| 1244 | void GuiGameListMenuCtrl::changeOption(S32 delta) |
| 1245 | { |
| 1246 | if (getSelected() != NO_ROW) |
| 1247 | { |
| 1248 | Row* row = (Row*)mRows[getSelected()]; |
| 1249 | changeOption(row, delta); |
| 1250 | } |
| 1251 | } |
| 1252 | |
| 1253 | void GuiGameListMenuCtrl::changeOption(Row* row, S32 delta) |
| 1254 | { |
nothing calls this directly
no test coverage detected