mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix replay manager checksums
This commit is contained in:
@@ -734,9 +734,6 @@ namespace OpenRCT2
|
||||
#ifndef DISABLE_NETWORK
|
||||
void CheckState()
|
||||
{
|
||||
if (_nextChecksumTick != gCurrentTicks)
|
||||
return;
|
||||
|
||||
uint32_t checksumIndex = _currentReplay->checksumIndex;
|
||||
|
||||
if (checksumIndex >= _currentReplay->checksums.size())
|
||||
|
||||
Reference in New Issue
Block a user