From ec3670914aa1a450bcd7e4487255ce9b7d57dd4c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 9 Sep 2022 22:32:02 +0300 Subject: [PATCH 45/45] 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 b10617cee1..8f41104dd0 100644 --- a/server/unittools.c +++ b/server/unittools.c @@ -4667,7 +4667,7 @@ int get_unit_vision_at(struct unit *punit, const 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