(svn r10017) -Add (FS#790): more languages flags for servers

This commit is contained in:
glx
2007-06-01 23:06:01 +00:00
parent ecd36dd34f
commit 6e653cd1ab
9 changed files with 135 additions and 40 deletions

View File

@@ -402,6 +402,9 @@ static void LoadSpriteTables()
assert(load_index == SPR_ONEWAY_BASE);
load_index += LoadGrfFile("oneway.grf", load_index, i++);
assert(load_index == SPR_FLAGS_BASE);
load_index += LoadGrfFile("flags.grf", load_index, i++);
/* Initialize the unicode to sprite mapping table */
InitializeUnicodeGlyphMap();