| 727 | } |
| 728 | |
| 729 | void sendHudPauseMessage() |
| 730 | { |
| 731 | string msg = "Replay Paused"; |
| 732 | TFE_System::logWrite(LOG_MSG, "Replay", msg.c_str()); |
| 733 | TFE_DarkForces::hud_sendTextMessage(msg.c_str(), 0, false); |
| 734 | showReplayMsgFrame = true; |
| 735 | } |
| 736 | |
| 737 | bool isReplayPaused() |
| 738 | { |
no test coverage detected