From db39da587f4ab98734cd1503f6c6bc45a43229a5 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 20 Aug 2006 09:52:15 +0000 Subject: (svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau) --- openttd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index bf309e27b..4c412cb53 100644 --- a/openttd.h +++ b/openttd.h @@ -460,7 +460,8 @@ enum SpecialStrings { SPECSTR_TOWNNAME_DANISH, SPECSTR_TOWNNAME_TURKISH, SPECSTR_TOWNNAME_ITALIAN, - SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ITALIAN, + SPECSTR_TOWNNAME_CATALAN, + SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_CATALAN, // special strings for player names on the form "TownName transport". SPECSTR_PLAYERNAME_START = 0x70EA, -- cgit v1.2.3-54-g00ecf