(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

@@ -255,6 +255,7 @@ static void GameOptionsWndProc(Window *w, WindowEvent *e)
break;
case 24: /* Change interface language */
ReadLanguagePack(e->we.dropdown.index);
CheckForMissingGlyphsInLoadedLanguagePack();
UpdateAllStationVirtCoord();
MarkWholeScreenDirty();
break;