(svn r4639) -Feature: Turkish town names (jnmbk)

This commit is contained in:
celestar
2006-05-01 09:25:23 +00:00
parent 9fc8d0fb92
commit 5c677d49f4
5 changed files with 147 additions and 2 deletions

View File

@@ -470,7 +470,8 @@ enum SpecialStrings {
SPECSTR_TOWNNAME_CZECH,
SPECSTR_TOWNNAME_SWISS,
SPECSTR_TOWNNAME_DANISH,
SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_DANISH,
SPECSTR_TOWNNAME_TURKISH,
SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_TURKISH,
// special strings for player names on the form "TownName transport".
SPECSTR_PLAYERNAME_START = 0x70EA,