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
commit2b8863c846fe7d14b64dbfeddb7dbd09ca7c57c5 (patch)
treeede1e6e23715e489baa36bf5cc28db1daf043bc4 /src/openttd.cpp
parent78fd9216f230e4fac0a9a356fcbec46373afb925 (diff)
downloadopenttd-2b8863c846fe7d14b64dbfeddb7dbd09ca7c57c5.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();
}