summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-08-20 09:52:15 +0000
committerbjarni <bjarni@openttd.org>2006-08-20 09:52:15 +0000
commit5787ae7ed93ab629c013640d5244a8cb2ecab16f (patch)
tree907ba4f3b1c8d8230dbc80806da5e7c1221eee5a /openttd.h
parent3a93c4290b8baf5ba8405c88c5530b3b0d9c67e0 (diff)
downloadopenttd-5787ae7ed93ab629c013640d5244a8cb2ecab16f.tar.xz
(svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)
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 bf309e27b..4c412cb53 100644
--- a/openttd.h
+++ b/openttd.h
@@ -460,7 +460,8 @@ enum SpecialStrings {
SPECSTR_TOWNNAME_DANISH,
SPECSTR_TOWNNAME_TURKISH,
SPECSTR_TOWNNAME_ITALIAN,
- SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ITALIAN,
+ SPECSTR_TOWNNAME_CATALAN,
+ SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_CATALAN,
// special strings for player names on the form "TownName transport".
SPECSTR_PLAYERNAME_START = 0x70EA,