summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-05-01 09:25:23 +0000
committercelestar <celestar@openttd.org>2006-05-01 09:25:23 +0000
commit5c677d49f47011769c56c6019d2ae180d852778c (patch)
treeffc556fa2c8a008977f660b62a0e3ae8c0ec1206 /openttd.h
parent9fc8d0fb924517836d1d342548aa76c950b1a942 (diff)
downloadopenttd-5c677d49f47011769c56c6019d2ae180d852778c.tar.xz
(svn r4639) -Feature: Turkish town names (jnmbk)
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openttd.h b/openttd.h
index d1e680c05..5bf21c3ce 100644
--- a/openttd.h
+++ b/openttd.h
@@ -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,