From 3850b756f724d525e49c703bfa0ef6283fdc35cf Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 1 May 2021 11:39:34 +0300 Subject: [PATCH 40/40] mapview_common.h: Update URL to grid documentation picture in a comment The old server hosting the picture no longer exist. The picture has been salvaged and moved to our own server. Picture salvaged by louis94 See osdn #42126 Signed-off-by: Marko Lindqvist --- client/mapview_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/mapview_common.h b/client/mapview_common.h index 452135fcdc..30be5c73df 100644 --- a/client/mapview_common.h +++ b/client/mapview_common.h @@ -88,9 +88,9 @@ extern bool can_slide; * tileset_tile_height(tileset) in size. If an element is larger, the * caller needs to use a larger rectangle of iteration. * - * The grid of iteration is rather complicated. For a picture of it see - * http://article.gmane.org/gmane.games.freeciv.devel/50449 - * (formerly newgrid.png in PR#12085). + * The grid of iteration is rather complicated. For a picture of it see + * http://files.freeciv.org/dev/newgrid.png + * (originally newgrid.png in PR#12085). */ #define gui_rect_iterate(GRI_x0, GRI_y0, GRI_width, GRI_height, \ _t, _e, _c, _zoom) \ -- 2.30.2