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

Method setGlobeZoom

src/Savegame/SavedGame.cpp:691–694  ·  view source on GitHub ↗

* Changes the current zoom level of the Geoscape globe. * @param zoom Zoom level. */

Source from the content-addressed store, hash-verified

689 * @param zoom Zoom level.
690 */
691void SavedGame::setGlobeZoom(int zoom)
692{
693 _globeZoom = zoom;
694}
695
696/**
697 * Gives the player his monthly funds, taking in account

Callers 1

setZoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected