* Blits the warning message. */
| 125 | * Blits the warning message. |
| 126 | */ |
| 127 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected