summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-16 18:38:19 +0000
committerrubidium <rubidium@openttd.org>2007-12-16 18:38:19 +0000
commitff7ff890f9e22ae18a75394fb33ec78d8b5d266c (patch)
treeede1e6e23715e489baa36bf5cc28db1daf043bc4 /src/openttd.cpp
parent5e062d3f1505d4fc4191ab48ea8463a474f5288a (diff)
downloadopenttd-ff7ff890f9e22ae18a75394fb33ec78d8b5d266c.tar.xz
(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.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 46f46c594..77d3bb2a4 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -342,6 +342,8 @@ static void LoadIntroGame()
_cursor.fix_at = false;
MarkWholeScreenDirty();
+ CheckForMissingGlyphsInLoadedLanguagePack();
+
/* Play main theme */
if (_music_driver->IsSongPlaying()) ResetMusic();
}