diff options
author | celestar <celestar@openttd.org> | 2006-05-01 09:25:23 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-05-01 09:25:23 +0000 |
commit | 5c677d49f47011769c56c6019d2ae180d852778c (patch) | |
tree | ffc556fa2c8a008977f660b62a0e3ae8c0ec1206 /openttd.h | |
parent | 9fc8d0fb924517836d1d342548aa76c950b1a942 (diff) | |
download | openttd-5c677d49f47011769c56c6019d2ae180d852778c.tar.xz |
(svn r4639) -Feature: Turkish town names (jnmbk)
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -470,7 +470,8 @@ enum SpecialStrings { SPECSTR_TOWNNAME_CZECH, SPECSTR_TOWNNAME_SWISS, SPECSTR_TOWNNAME_DANISH, - SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_DANISH, + SPECSTR_TOWNNAME_TURKISH, + SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_TURKISH, // special strings for player names on the form "TownName transport". SPECSTR_PLAYERNAME_START = 0x70EA, |