1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 16:09:10 +00:00

Merge branch 'master' into master

This commit is contained in:
MuxyDuGoulp
2024-05-08 22:23:11 +02:00
committed by GitHub

View File

@@ -805,8 +805,6 @@ int openttd_main(std::span<char * const> arguments)
GenerateWorld(GWM_EMPTY, 64, 64); // Make the viewport initialization happy
LoadIntroGame(false);
CheckForMissingGlyphs();
/* ScanNewGRFFiles now has control over the scanner. */
RequestNewGRFScan(scanner.release());