home · contact · privacy
Client: Scrolling toggles player auto-focus off.
[plomrogue] / src / client / map.h
index f8c6c9f361816ffb0620ab50c089ba495755a958..75978c6432d3c05f678bc0f048b3c8973ea1b51a 100644 (file)
@@ -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). */