Skip to content

Commit

Permalink
Move TitleSequenceManager::Scan into preloader as well
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen committed May 6, 2024
1 parent 4ad68e1 commit ab7808a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/openrct2/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,6 @@ namespace OpenRCT2

ContextInit();

TitleSequenceManager::Scan();

if (!gOpenRCT2Headless)
{
auto* preloaderScene = GetPreloaderScene();
Expand Down Expand Up @@ -567,6 +565,9 @@ namespace OpenRCT2
preloaderScene->UpdateCaption(STR_CHECKING_SCENARIO_FILES);
_scenarioRepository->Scan(currentLanguage);

preloaderScene->UpdateCaption(STR_LOADING_GENERIC);
TitleSequenceManager::Scan();

preloaderScene->UpdateCaption(STR_LOADING_GENERIC);
}

Expand Down

0 comments on commit ab7808a

Please sign in to comment.