diff options
author | belugas <belugas@openttd.org> | 2006-07-16 00:32:00 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-07-16 00:32:00 +0000 |
commit | 40021f15f00874acf3409f057f4e65444dcef335 (patch) | |
tree | dd00733f46f122fffadd14c58a2cfc798f93bfc5 /openttd.h | |
parent | 3b9bd65f704de818b82cd438fed61239863c56cc (diff) | |
download | openttd-40021f15f00874acf3409f057f4e65444dcef335.tar.xz |
(svn r5504) Feature : Added Italian town name generator. (sidew)
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |