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

Method blit

src/Geoscape/GeoscapeState.cpp:443–450  ·  view source on GitHub ↗

* Handle blitting of Geoscape and Dogfights. */

Source from the content-addressed store, hash-verified

441 * Handle blitting of Geoscape and Dogfights.
442 */
443void GeoscapeState::blit()
444{
445 State::blit();
446 for(std::list<DogfightState*>::iterator it = _dogfights.begin(); it != _dogfights.end(); ++it)
447 {
448 (*it)->blit();
449 }
450}
451/**
452 * Handle key shortcuts.
453 * @param action Pointer to an action.

Callers 1

GeoscapeStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected