MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / slrDogfightSpeedChange

Method slrDogfightSpeedChange

src/Menu/OptionsGeoscapeState.cpp:210–213  ·  view source on GitHub ↗

* Updates the dogfight speed. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected