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

Method zoomMin

src/Geoscape/Globe.cpp:714–720  ·  view source on GitHub ↗

* Zooms the globe out as far as possible. */

Source from the content-addressed store, hash-verified

712 * Zooms the globe out as far as possible.
713 */
714void Globe::zoomMin()
715{
716 if (_zoom > 0)
717 {
718 setZoom(0);
719 }
720}
721
722/**
723 * Zooms the globe in as close as possible.

Callers 3

btnZoomOutRightClickMethod · 0.80
btnZoomOutRightClickMethod · 0.80
btnZoomOutRightClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected