* Updates the scroll speed. * @param action Pointer to an action. */
| 199 | * @param action Pointer to an action. |
| 200 | */ |
| 201 | void OptionsGeoscapeState::slrScrollSpeedChange(Action *) |
| 202 | { |
| 203 | Options::geoScrollSpeed = _slrScrollSpeed->getValue(); |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Updates the dogfight speed. |