diff options
author | glx <glx@openttd.org> | 2008-03-24 20:30:08 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-03-24 20:30:08 +0000 |
commit | fed6a25799667bfadc1f2b3316453edd9ef6c78c (patch) | |
tree | d00a8ba0f8dd571ff4385a098a26c87375182707 /src/network/core | |
parent | 4a16a8b948b65dc01711d77ec1f43033de8a4653 (diff) | |
download | openttd-fed6a25799667bfadc1f2b3316453edd9ef6c78c.tar.xz |
(svn r12407) -Add [FS#1866]: more language flags for servers
Diffstat (limited to 'src/network/core')
-rw-r--r-- | src/network/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |