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

Method btnRotateDownRelease

src/Geoscape/BuildNewBaseState.cpp:326–329  ·  view source on GitHub ↗

* Stops rotating the globe downwards. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

324 * @param action Pointer to an action.
325 */
326void BuildNewBaseState::btnRotateDownRelease(Action *)
327{
328 _globe->rotateStopLat();
329}
330
331/**
332 * Zooms into the globe.

Callers

nothing calls this directly

Calls 1

rotateStopLatMethod · 0.80

Tested by

no test coverage detected