From f1425e2f4a89fb4e469d831dd6be440977be4cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= Date: Tue, 1 Nov 2022 09:05:46 +0100 Subject: [PATCH] =?UTF-8?q?!OSDN:=20=20Ticket=20#45890=20-=20S=C5=82awomir?= =?UTF-8?q?=20Lach=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add is-game-info flag to PACKET_CITY_UPDATE_COUNTER diff --git a/common/networking/packets.def b/common/networking/packets.def index 59ad8f289d..cebf795db8 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -774,7 +774,7 @@ PACKET_CITY_INFO = 31; sc, lsend, is-game-info, force, cancel(PACKET_CITY_SHORT_ UNIT_ORDER rally_point_orders[MAX_LEN_ROUTE:rally_point_length]; end -PACKET_CITY_UPDATE_COUNTER = 514; sc, lsend +PACKET_CITY_UPDATE_COUNTER = 514; sc, lsend, is-game-info CITY city; COUNTER counter; UINT32 value; -- 2.38.0