diff options
Diffstat (limited to 'ttd.h')
-rw-r--r-- | ttd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -489,7 +489,8 @@ enum SpecialStrings { SPECSTR_TOWNNAME_AUSTRIAN, SPECSTR_TOWNNAME_ROMANIAN, SPECSTR_TOWNNAME_CZECH, - SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_CZECH, + SPECSTR_TOWNNAME_SWISS, + SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_SWISS, // special strings for player names on the form "TownName transport". SPECSTR_PLAYERNAME_START = 0x70EA, |