summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authormiham <miham@openttd.org>2005-02-17 07:49:31 +0000
committermiham <miham@openttd.org>2005-02-17 07:49:31 +0000
commit7678a937e4356b4b3b25290edd364877068db77e (patch)
treea50c67a635fcc162ee1691b5435f32666411d188 /strings.c
parent7a690eb5fb9c942d4710ef4d602a081df980f070 (diff)
downloadopenttd-7678a937e4356b4b3b25290edd364877068db77e.tar.xz
(svn r1880) [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi)
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings.c b/strings.c
index d4cd69752..75c5401e5 100644
--- a/strings.c
+++ b/strings.c
@@ -23,6 +23,7 @@ typedef struct LanguagePack {
uint32 version; // 32-bits of auto generated version info which is basically a hash of strings.h
char name[32]; // the international name of this language
char own_name[32]; // the localized name of this language
+ char isocode[16]; // the ISO code for the language (not country code)
uint16 offsets[32]; // the offsets
char data[VARARRAY_SIZE];
} LanguagePack;