(svn r5504) Feature : Added Italian town name generator. (sidew)

This commit is contained in:
belugas
2006-07-16 00:32:00 +00:00
parent 1bec00b6b0
commit ea8e05320c
5 changed files with 319 additions and 2 deletions

View File

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