(svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)

This commit is contained in:
bjarni
2006-08-20 09:52:15 +00:00
parent 5513c6997f
commit db39da587f
5 changed files with 211 additions and 2 deletions

View File

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