summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-06-01 23:06:01 +0000
committerglx <glx@openttd.org>2007-06-01 23:06:01 +0000
commit9113b5721a92f709a93b7435976731258a046e6c (patch)
treee873ef3279f18af2cd30a661c6f56ea867c073c0 /src/network/core
parent4a1b33a01fd1c10af29d2af9c96a5a26199476f6 (diff)
downloadopenttd-9113b5721a92f709a93b7435976731258a046e6c.tar.xz
(svn r10017) -Add (FS#790): more languages flags for servers
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index dcc6042de..d8dbdb274 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -46,7 +46,7 @@ enum {
*/
NETWORK_MAX_GRF_COUNT = 55,
- NETWORK_NUM_LANGUAGES = 4, ///< Number of known languages (to the network protocol) + 1 for 'any'.
+ NETWORK_NUM_LANGUAGES = 29, ///< 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