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

Method zoomMax

src/Geoscape/Globe.cpp:725–731  ·  view source on GitHub ↗

* Zooms the globe in as close as possible. */

Source from the content-addressed store, hash-verified

723 * Zooms the globe in as close as possible.
724 */
725void Globe::zoomMax()
726{
727 if (_zoom < _zoomRadius.size() - 1)
728 {
729 setZoom(_zoomRadius.size() - 1);
730 }
731}
732
733/**
734 * Stores the zoom used before a dogfight.

Callers 3

btnZoomInRightClickMethod · 0.80
btnZoomInRightClickMethod · 0.80
btnZoomInRightClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected