mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 12:34:09 +00:00
more CCarCtrl
This commit is contained in:
parent
3e71c15b33
commit
57f24ad533
8 changed files with 535 additions and 41 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue