From 5681da6ceee9e96d23fdcde487167537b9bf51f1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 5 Apr 2021 07:10:40 +0300 Subject: [PATCH 34/35] Drop unused 'capital' field from PACKET_EDIT_PLAYER See osdn #41921 Signed-off-by: Marko Lindqvist --- common/networking/packets.def | 1 - fc_version | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/networking/packets.def b/common/networking/packets.def index 864551691a..328ef2b78b 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -2282,7 +2282,6 @@ PACKET_EDIT_PLAYER = 216; cs, handle-per-conn, lsend BOOL is_alive; TURN revolution_finishes; - BOOL capital; BV_PLAYER embassy; GOLD gold; PERCENT tax, science, luxury; diff --git a/fc_version b/fc_version index 75cd82532f..7d9eaecebb 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.25" +NETWORK_CAPSTRING="+Freeciv.Devel-3.1-2021.Apr.05" FREECIV_DISTRIBUTOR="" -- 2.30.2