summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-09-16 10:41:56 +0000
committerdominik <dominik@openttd.org>2004-09-16 10:41:56 +0000
commit21b905e963737caf9d593aa2640848fb96096bcc (patch)
tree71a43516618ba7d345065fc27d9225f5d6b89abd /ttd.h
parent19533f89929808dcfd2618ebea71e3b7f8c3c280 (diff)
downloadopenttd-21b905e963737caf9d593aa2640848fb96096bcc.tar.xz
(svn r271) another town name confusion fix
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ttd.h b/ttd.h
index 8ebd77965..570197210 100644
--- a/ttd.h
+++ b/ttd.h
@@ -479,12 +479,12 @@ enum SpecialStrings {
SPECSTR_TOWNNAME_DUTCH,
SPECSTR_TOWNNAME_FINNISH,
SPECSTR_TOWNNAME_POLISH,
- SPECSTR_TOWNNAME_CZECH,
SPECSTR_TOWNNAME_SLOVAKISH,
SPECSTR_TOWNNAME_HUNGARIAN,
- SPECSTR_TOWNNAME_AUSTRIAN,
- SPECSTR_TOWNNAME_ROMANIAN,
- SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ROMANIAN,
+ SPECSTR_TOWNNAME_AUSTRIAN,
+ SPECSTR_TOWNNAME_ROMANIAN,
+ SPECSTR_TOWNNAME_CZECH,
+ SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_CZECH,
// special strings for player names on the form "TownName transport".
SPECSTR_PLAYERNAME_START = 0x70EA,