| 975 | } |
| 976 | |
| 977 | void sendEndRecordingMsg() |
| 978 | { |
| 979 | string msg = "Recording Ended..."; |
| 980 | TFE_DarkForces::hud_sendTextMessage(msg.c_str(), 1, false); |
| 981 | } |
| 982 | |
| 983 | void loadReplayFromPath(const char * sourceReplayPath) |
| 984 | { |
no test coverage detected