openttd.h
changeset 2431 c720f620253e
parent 2395 19b4da30806b
child 2436 177cb6a8339f
--- a/openttd.h	Fri Sep 16 00:33:33 2005 +0000
+++ b/openttd.h	Fri Sep 16 10:37:21 2005 +0000
@@ -487,7 +487,8 @@
 	SPECSTR_TOWNNAME_ROMANIAN,
 	SPECSTR_TOWNNAME_CZECH,
 	SPECSTR_TOWNNAME_SWISS,
-  SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_SWISS,
+	SPECSTR_TOWNNAME_DANISH,
+	SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_DANISH,
 
 	// special strings for player names on the form "TownName transport".
 	SPECSTR_PLAYERNAME_START = 0x70EA,