summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttd.h b/ttd.h
index 23d0260f3..57f73421e 100644
--- a/ttd.h
+++ b/ttd.h
@@ -484,7 +484,7 @@ enum SpecialStrings {
SPECSTR_TOWNNAME_HUNGARIAN,
SPECSTR_TOWNNAME_AUSTRIAN,
SPECSTR_TOWNNAME_ROMANIAN,
- SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ROMANIAN,
+ SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ROMANIAN,
// special strings for player names on the form "TownName transport".
SPECSTR_PLAYERNAME_START = 0x70EA,