mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Implement title sequence playing
This commit is contained in:
@@ -298,6 +298,11 @@ bool TitleScreen::TryLoadSequence(bool loadPreview)
|
||||
{
|
||||
if (_loadedTitleSequenceId != _currentSequence || loadPreview)
|
||||
{
|
||||
if (_sequencePlayer == nullptr)
|
||||
{
|
||||
_sequencePlayer = GetContext()->GetUiContext()->GetTitleSequencePlayer();
|
||||
}
|
||||
|
||||
size_t numSequences = TitleSequenceManager::GetCount();
|
||||
if (numSequences > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user