From 08423cc876349f3099d6adab5b3336a05ccc7bbc Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 29 Oct 2022 22:41:43 +0300 Subject: [PATCH 40/40] Protocol: Make MOVEFRAGS UINT32 Requested by Lexxie See osdn #45950 Signed-off-by: Marko Lindqvist --- common/networking/packets.def | 2 +- fc_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/networking/packets.def b/common/networking/packets.def index d1ca54ac64..b3713605d1 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -332,7 +332,7 @@ type GOLD = UINT32 type HP = UINT8 type PERCENT = UINT8 # units of TERRAIN_CONTROL.move_fragments -type MOVEFRAGS = UINT16 +type MOVEFRAGS = UINT32 type PHASE = SINT16 type TURN = SINT16 type XYSIZE = UINT16 diff --git a/fc_version b/fc_version index 61bb1e7fc6..c43158f3a2 100755 --- a/fc_version +++ b/fc_version @@ -61,7 +61,7 @@ DEFAULT_FOLLOW_TAG=S3_2 # - 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-${MAIN_VERSION}-2022.Oct.28b" +NETWORK_CAPSTRING="+Freeciv.Devel-${MAIN_VERSION}-2022.Oct.29" FREECIV_DISTRIBUTOR="" -- 2.35.1