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

Method blit

src/Battlescape/BattlescapeMessage.cpp:127–132  ·  view source on GitHub ↗

* Blits the warning message. */

Source from the content-addressed store, hash-verified

125 * Blits the warning message.
126 */
127void BattlescapeMessage::blit(Surface *surface)
128{
129 Surface::blit(surface);
130 _window->blit(surface);
131 _text->blit(surface);
132}
133
134/*
135 * Special handling for setting the height of the battlescape message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected