Cleanup: Remove unneeded CheckMissingGlyphs call (#12640)

This commit is contained in:
ladysadie 2024-05-08 12:42:02 -07:00 committed by GitHub
parent cb3f99859c
commit 00cfd572ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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());