diff options
Diffstat (limited to 'src/control/Replay.cpp')
-rw-r--r-- | src/control/Replay.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp index c157786d..65ee2840 100644 --- a/src/control/Replay.cpp +++ b/src/control/Replay.cpp @@ -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; } |