summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index 0b80800f0..71f3983a9 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -42,6 +42,15 @@ enum {
NETWORK_MAX_GRF_COUNT = 55,
NETWORK_NUM_LANGUAGES = 4, ///< 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
+ * within the network code and that the network code is shared with the
+ * masterserver/updater, it has to be declared in here too. In network.cpp
+ * there is a compile assertion to check that this NUM_LANDSCAPE is equal
+ * to NETWORK_NUM_LANDSCAPES.
+ */
+ NETWORK_NUM_LANDSCAPES = 4,
};
#endif /* ENABLE_NETWORK */