(svn r1531) -Feature: [1039061] Swiss town-names (vulvulune)

This commit is contained in:
darkvater
2005-01-15 21:41:49 +00:00
parent 971d844266
commit 6e07bad728
7 changed files with 141 additions and 2 deletions

3
ttd.h
View File

@@ -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,