(svn r2957) - Feature: [ 1263280 ] Danish town names (fey_dk)

This commit is contained in:
Darkvater
2005-09-16 10:37:21 +00:00
parent 180997534c
commit 2525e1d507
5 changed files with 156 additions and 1 deletions

View File

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