1
0
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:
duncanspumpkin
2020-04-05 09:13:08 +01:00
parent b5336fc6b6
commit 5b0015bbf3

View File

@@ -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())