src/network/core/config.h
branchNewGRF_ports
changeset 6719 4cc327ad39d5
parent 6447 3b71e57fd22b
child 6871 5a9dc001e1ad
child 8303 67babdcebe96
equal deleted inserted replaced
6718:5a8b295aa345 6719:4cc327ad39d5
    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