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

Method slrScrollSpeedChange

src/Menu/OptionsGeoscapeState.cpp:201–204  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected