* Updates the dogfight speed. * @param action Pointer to an action. */
| 208 | * @param action Pointer to an action. |
| 209 | */ |
| 210 | void OptionsGeoscapeState::slrDogfightSpeedChange(Action *) |
| 211 | { |
| 212 | Options::dogfightSpeed = _slrDogfightSpeed->getValue(); |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * Updates the clock speed. |