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

Method slrClockSpeedChange

src/Menu/OptionsGeoscapeState.cpp:219–222  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected