* Updates the scroll speed. * @param action Pointer to an action. */
| 246 | * @param action Pointer to an action. |
| 247 | */ |
| 248 | void OptionsBattlescapeState::slrScrollSpeedChange(Action *) |
| 249 | { |
| 250 | Options::battleScrollSpeed = _slrScrollSpeed->getValue(); |
| 251 | } |
| 252 | |
| 253 | /** |
| 254 | * Updates the fire speed. |