summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
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,