openttd.h
branch0.4
changeset 10000 2658158c505c
parent 9959 984493ab6fff
child 10066 250f5564fcae
--- a/openttd.h	Tue May 02 14:06:15 2006 +0000
+++ b/openttd.h	Tue May 02 14:12:19 2006 +0000
@@ -492,7 +492,8 @@
 	SPECSTR_TOWNNAME_CZECH,
 	SPECSTR_TOWNNAME_SWISS,
 	SPECSTR_TOWNNAME_DANISH,
-	SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_DANISH,
+	SPECSTR_TOWNNAME_TURKISH,
+	SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_TURKISH,
 
 	// special strings for player names on the form "TownName transport".
 	SPECSTR_PLAYERNAME_START = 0x70EA,