diff -r fc91a7eca19e -r 250f5564fcae openttd.h --- a/openttd.h Mon Jul 31 11:50:23 2006 +0000 +++ b/openttd.h Mon Jul 31 12:08:08 2006 +0000 @@ -493,7 +493,8 @@ 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,