1
0
Fork 0

Cleanup: Remove unneeded CheckMissingGlyphs call

pull/12640/head
Sadie del Solar 2024-05-07 14:49:04 -07:00
parent 9008d793ab
commit 4fee7c2e28
1 changed files with 0 additions and 2 deletions

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());