From 1955d1acd6b7fa24e47784a1c282c288b6cee8f4 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 24 Nov 2006 20:47:29 +0000 Subject: (svn r7254) -Fix (r7250): move unicode glyph map initialisation to just before newgrf files are loaded, else newgrf glyphs will be cleared out too. (thanks Hadez) --- gfx.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gfx.c') diff --git a/gfx.c b/gfx.c index 41c072d62..314de65d7 100644 --- a/gfx.c +++ b/gfx.c @@ -1613,9 +1613,6 @@ void LoadStringWidthTable(void) { uint i; - /* Initialize the unicode to sprite mapping table */ - InitializeUnicodeGlyphMap(); - /* Normal font */ for (i = 0; i != 224; i++) { _stringwidth_table[FS_NORMAL][i] = GetGlyphWidth(FS_NORMAL, i + 32); -- cgit v1.2.3-70-g09d2