openttd.h
branch0.4
changeset 10066 250f5564fcae
parent 10000 2658158c505c
--- 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,