From e9d659deb9ee4933a33a8064179a33b2a578d6f9 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 15 Apr 2022 05:57:26 +0300 Subject: [PATCH 51/51] Correct tile_has_visible_extra() function header See osdn #44178 Signed-off-by: Marko Lindqvist --- common/tile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tile.c b/common/tile.c index 521b74a12c..9ba12eba29 100644 --- a/common/tile.c +++ b/common/tile.c @@ -902,7 +902,7 @@ bool tile_has_conflicting_extra(const struct tile *ptile, } /************************************************************************//** - Returns TRUE if the given tile has a road of given type on it. + Returns TRUE if the given tile has an extra of the given type on it. ****************************************************************************/ bool tile_has_visible_extra(const struct tile *ptile, const struct extra_type *pextra) { -- 2.35.1