(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:
rubidium
2007-12-16 18:38:19 +00:00
parent 5e062d3f15
commit ff7ff890f9
4 changed files with 59 additions and 0 deletions

View File

@@ -342,6 +342,8 @@ static void LoadIntroGame()
_cursor.fix_at = false;
MarkWholeScreenDirty();
CheckForMissingGlyphsInLoadedLanguagePack();
/* Play main theme */
if (_music_driver->IsSongPlaying()) ResetMusic();
}