From 6bdcfd319f2d243bd1c6caa2a24cfa980ed0fae4 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 6 Mar 2021 04:58:44 +0200 Subject: [PATCH 24/24] Make city culture values 32bit in network protocol See osdn #41706 Signed-off-by: Marko Lindqvist --- common/networking/packets.def | 4 ++-- fc_version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/networking/packets.def b/common/networking/packets.def index 618517f267..656b772ae8 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -698,8 +698,8 @@ PACKET_CITY_INFO = 31; sc, lsend, is-game-info, force, cancel(PACKET_CITY_SHORT_ PLAYER nation_id[MAX_NUM_PLAYER_SLOTS:nationalities_count]; CITIZENS nation_citizens[MAX_NUM_PLAYER_SLOTS:nationalities_count]; - UINT16 history; - UINT16 culture; + UINT32 history; + UINT32 culture; UINT32 buy_cost; SINT16 surplus[O_LAST]; diff --git a/fc_version b/fc_version index 64b234928c..6d253336d9 100755 --- a/fc_version +++ b/fc_version @@ -56,7 +56,7 @@ DEFAULT_FOLLOW_TAG=S3_1 # - No new mandatory capabilities can be added to the release branch; doing # so would break network capability of supposedly "compatible" releases. # -NETWORK_CAPSTRING="+Freeciv.Devel-3.1-2021.Mar.04" +NETWORK_CAPSTRING="+Freeciv.Devel-3.1-2021.Mar.06" FREECIV_DISTRIBUTOR="" -- 2.30.1