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

Method zoomInEffect

src/Geoscape/GeoscapeState.cpp:1986–1993  ·  view source on GitHub ↗

* Zoom in effect for dogfights. */

Source from the content-addressed store, hash-verified

1984 * Zoom in effect for dogfights.
1985 */
1986void GeoscapeState::zoomInEffect()
1987{
1988 if (_globe->zoomDogfightIn())
1989 {
1990 _zoomInEffectDone = true;
1991 _zoomInEffectTimer->stop();
1992 }
1993}
1994
1995/**
1996 * Zoom out effect for dogfights.

Callers

nothing calls this directly

Calls 2

zoomDogfightInMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected