* @brief Set the number of steps for the slider */
| 404 | * @brief Set the number of steps for the slider |
| 405 | */ |
| 406 | void gmenu_slider_steps(TMenuItem *pItem, int steps) |
| 407 | { |
| 408 | pItem->dwFlags &= 0xFF000FFF; |
| 409 | pItem->dwFlags |= (steps << 12) & 0xFFF000; |
| 410 | } |
| 411 | |
| 412 | DEVILUTION_END_NAMESPACE |
no outgoing calls
no test coverage detected