From 9e1fcf45b8d263395c1da343727ebd07ac4b1891 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 9 Sep 2022 22:34:59 +0300 Subject: [PATCH 25/25] Correct unit_refresh_vision() function header It spoke of city vision range, instead of unit one. See osdn #45060 Signed-off-by: Marko Lindqvist --- server/unittools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/unittools.c b/server/unittools.c index fd55924947..3bc46feb76 100644 --- a/server/unittools.c +++ b/server/unittools.c @@ -4567,7 +4567,7 @@ int get_unit_vision_at(struct unit *punit, struct tile *ptile, Refresh the unit's vision. This function has very small overhead and can be called any time effects - may have changed the vision range of the city. + may have changed the vision range of the unit. ****************************************************************************/ void unit_refresh_vision(struct unit *punit) { -- 2.35.1