From f644d0c0a067af7ead94a17441a6bbe324629f4f Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 17 Sep 2023 18:19:41 +0300 Subject: [PATCH 14/14] Update city_map_update_[empty|worker]() headers See osdn #48652 Signed-off-by: Marko Lindqvist --- server/citytools.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/server/citytools.c b/server/citytools.c index f7e40b9c2a..c01356f8f2 100644 --- a/server/citytools.c +++ b/server/citytools.c @@ -2985,8 +2985,7 @@ void change_build_target(struct player *pplayer, struct city *pcity, } /************************************************************************** - Change from worked to empty. - city_x, city_y are city map coordinates. + Change city tile from worked to empty. Call sync_cities() to send the affected cities to the clients. **************************************************************************/ void city_map_update_empty(struct city *pcity, struct tile *ptile) @@ -2997,8 +2996,7 @@ void city_map_update_empty(struct city *pcity, struct tile *ptile) } /************************************************************************** - Change from empty to worked. - city_x, city_y are city map coordinates. + Change city from empty to worked. Call sync_cities() to send the affected cities to the clients. **************************************************************************/ void city_map_update_worker(struct city *pcity, struct tile *ptile) -- 2.40.1