| 5059 | } |
| 5060 | |
| 5061 | void CClient::RaceRecord_Stop() |
| 5062 | { |
| 5063 | if(m_aDemoRecorder[RECORDER_RACE].IsRecording()) |
| 5064 | { |
| 5065 | m_aDemoRecorder[RECORDER_RACE].Stop(IDemoRecorder::EStopMode::KEEP_FILE); |
| 5066 | } |
| 5067 | } |
| 5068 | |
| 5069 | bool CClient::RaceRecord_IsRecording() |
| 5070 | { |
no test coverage detected