1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Fix title sequence not updating

This commit is contained in:
Ted John
2016-12-24 17:15:30 +00:00
parent 519903d657
commit ff6f46bce3

View File

@@ -181,6 +181,7 @@ extern "C"
if (game_is_not_paused())
{
TryLoadSequence();
_sequencePlayer->Update();
sint32 numUpdates = 1;
if (gGameSpeed > 1) {