(svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen.
This commit is contained in:
@@ -342,6 +342,8 @@ static void LoadIntroGame()
|
||||
_cursor.fix_at = false;
|
||||
MarkWholeScreenDirty();
|
||||
|
||||
CheckForMissingGlyphsInLoadedLanguagePack();
|
||||
|
||||
/* Play main theme */
|
||||
if (_music_driver->IsSongPlaying()) ResetMusic();
|
||||
}
|
||||
|
Reference in New Issue
Block a user