mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 08:52:40 +01:00
Codechange: Use ProviderManager to define screenshot generators. (#13526)
This commit is contained in:
@@ -770,9 +770,6 @@ int openttd_main(std::span<char * const> arguments)
|
||||
|
||||
VideoDriver::GetInstance()->ClaimMousePointer();
|
||||
|
||||
/* initialize screenshot formats */
|
||||
InitializeScreenshotFormats();
|
||||
|
||||
BaseSounds::FindSets();
|
||||
if (sounds_set.empty() && !BaseSounds::ini_set.empty()) sounds_set = BaseSounds::ini_set;
|
||||
if (!BaseSounds::SetSetByName(sounds_set)) {
|
||||
|
||||
Reference in New Issue
Block a user