more CCarCtrl

This commit is contained in:
Nikolay Korolev 2019-09-14 20:53:04 +03:00
parent 3e71c15b33
commit 57f24ad533
8 changed files with 535 additions and 41 deletions

View file

@ -960,6 +960,7 @@ void CReplay::EmptyReplayBuffer(void)
{
if (Mode == MODE_PLAYBACK)
return;
Record.m_nOffset = 0;
for (int i = 0; i < 8; i++){
BufferStatus[i] = REPLAYBUFFER_UNUSED;
}