Fix title sequence not updating

This commit is contained in:
Ted John 2016-12-24 17:15:30 +00:00
parent 519903d657
commit ff6f46bce3
1 changed files with 1 additions and 0 deletions

View File

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