From 15cd2931f35621640daa7d8fd5595e6ed8280715 Mon Sep 17 00:00:00 2001 From: glx Date: Mon, 24 Mar 2008 20:30:08 +0000 Subject: (svn r12407) -Add [FS#1866]: more language flags for servers --- src/network/core/config.h | 2 +- src/network/network_internal.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'src/network') diff --git a/src/network/core/config.h b/src/network/core/config.h index f2f21c59d..e261ef2f0 100644 --- a/src/network/core/config.h +++ b/src/network/core/config.h @@ -47,7 +47,7 @@ enum { */ NETWORK_MAX_GRF_COUNT = 55, - NETWORK_NUM_LANGUAGES = 29, ///< Number of known languages (to the network protocol) + 1 for 'any'. + NETWORK_NUM_LANGUAGES = 36, ///< Number of known languages (to the network protocol) + 1 for 'any'. /** * The number of landscapes in OpenTTD. * This number must be equal to NUM_LANDSCAPE, but as this number is used diff --git a/src/network/network_internal.h b/src/network/network_internal.h index 821800ffc..aa823429c 100644 --- a/src/network/network_internal.h +++ b/src/network/network_internal.h @@ -106,6 +106,13 @@ enum NetworkLanguage { NETLANG_SWEDISH, NETLANG_TURKISH, NETLANG_UKRAINIAN, + NETLANG_AFRIKAANS, + NETLANG_CROATIAN, + NETLANG_CATALAN, + NETLANG_ESTONIAN, + NETLANG_GALICIAN, + NETLANG_GREEK, + NETLANG_LATVIAN, NETLANG_COUNT }; -- cgit v1.2.3-70-g09d2