* Updates the clock speed. * @param action Pointer to an action. */
| 217 | * @param action Pointer to an action. |
| 218 | */ |
| 219 | void OptionsGeoscapeState::slrClockSpeedChange(Action *) |
| 220 | { |
| 221 | Options::geoClockSpeed = _slrClockSpeed->getValue(); |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Changes the Globe Country Borders option. |