equal
deleted
inserted
replaced
44 * send much more GRF IDs + MD5sums in the PACKET_UDP_SERVER_RESPONSE, due |
44 * send much more GRF IDs + MD5sums in the PACKET_UDP_SERVER_RESPONSE, due |
45 * to the limited size of UDP packets. |
45 * to the limited size of UDP packets. |
46 */ |
46 */ |
47 NETWORK_MAX_GRF_COUNT = 55, |
47 NETWORK_MAX_GRF_COUNT = 55, |
48 |
48 |
49 NETWORK_NUM_LANGUAGES = 4, ///< Number of known languages (to the network protocol) + 1 for 'any'. |
49 NETWORK_NUM_LANGUAGES = 29, ///< Number of known languages (to the network protocol) + 1 for 'any'. |
50 /** |
50 /** |
51 * The number of landscapes in OpenTTD. |
51 * The number of landscapes in OpenTTD. |
52 * This number must be equal to NUM_LANDSCAPE, but as this number is used |
52 * This number must be equal to NUM_LANDSCAPE, but as this number is used |
53 * within the network code and that the network code is shared with the |
53 * within the network code and that the network code is shared with the |
54 * masterserver/updater, it has to be declared in here too. In network.cpp |
54 * masterserver/updater, it has to be declared in here too. In network.cpp |