1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00
This commit is contained in:
Matt
2018-12-11 09:57:04 +01:00
parent 669fbd62dd
commit ccc3227113
5 changed files with 15 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ TEST_F(ReplayTests, all)
while (replayManager->IsReplaying())
{
gs->UpdateLogic();
ASSERT_TRUE(replayManager->IsPlaybackStateMismatching());
ASSERT_TRUE(replayManager->IsPlaybackStateMismatching() == false);
}
}
SUCCEED();