X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmap.h;h=75978c6432d3c05f678bc0f048b3c8973ea1b51a;hb=28d6fed30bc0501d5452c7fbdf41125ea8bef318;hp=f8c6c9f361816ffb0620ab50c089ba495755a958;hpb=7e43b1fff89706212291384ddaa762fa30b02cb4;p=plomrogue diff --git a/src/client/map.h b/src/client/map.h index f8c6c9f..75978c6 100644 --- a/src/client/map.h +++ b/src/client/map.h @@ -8,7 +8,9 @@ -/* Try changing map window's focus into direction "d" (north = "N" etc.). */ +/* Try changing map window's focus into direction "d" (north = "N" etc.). Unset + * world.focus_each_turn. + */ extern void map_scroll(char d); /* Center map window on player (even if it is non-visible). */