From 7296e69def0d5744e3fe4b8899294cfd7fa18671 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 26 Jul 2013 00:01:45 +0200 Subject: [PATCH] Improved comment precision. --- src/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/map.h b/src/map.h index 9bcd11b..1c3475f 100644 --- a/src/map.h +++ b/src/map.h @@ -38,8 +38,8 @@ extern struct Map init_map(); */ extern void map_scroll(struct Map * map, enum dir d, struct yx_uint16 win_size); -/* Scroll map to center on the player by changing the scroll offset as far as is - * possible sans leaving the size of the map window as described by "win_size". +/* Scroll map to center on the player by changing the scroll offset following + * (and constrained by) the window size as described by "win_size". */ extern void map_center_player(struct Map * map, struct Player * player, struct yx_uint16 win_size); -- 2.30.2