(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
This commit is contained in:
@@ -334,7 +334,7 @@ static void LoadIntroGame(bool load_newgrfs = true)
|
||||
_cursor.fix_at = false;
|
||||
|
||||
CheckForMissingSprites();
|
||||
CheckForMissingGlyphsInLoadedLanguagePack();
|
||||
CheckForMissingGlyphs();
|
||||
|
||||
/* Play main theme */
|
||||
if (_music_driver->IsSongPlaying()) ResetMusic();
|
||||
@@ -810,7 +810,7 @@ int ttd_main(int argc, char *argv[])
|
||||
|
||||
LoadIntroGame(false);
|
||||
|
||||
CheckForMissingGlyphsInLoadedLanguagePack();
|
||||
CheckForMissingGlyphs();
|
||||
|
||||
ScanNewGRFFiles(scanner);
|
||||
|
||||
|
Reference in New Issue
Block a user