diff options
author | bjarni <bjarni@openttd.org> | 2006-08-20 09:52:15 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-08-20 09:52:15 +0000 |
commit | db39da587f4ab98734cd1503f6c6bc45a43229a5 (patch) | |
tree | 907ba4f3b1c8d8230dbc80806da5e7c1221eee5a /openttd.h | |
parent | 5513c6997fc98c45b7d6ef65537c4fb0daab998a (diff) | |
download | openttd-db39da587f4ab98734cd1503f6c6bc45a43229a5.tar.xz |
(svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |