- in bzflag, this shows the error on the HUD
| 179 | |
| 180 | // - in bzflag, this shows the error on the HUD |
| 181 | void showMessage(const std::string& line) { |
| 182 | controlPanel->addMessage(line); |
| 183 | } |
| 184 | |
| 185 | void showMessage(const std::string& line, ControlPanel::MessageModes mode) { |
| 186 | controlPanel->addMessage(line, mode); |
no test coverage detected