home · contact · privacy
Client: Further simplify display of available keybindings.
[plomrogue] / src / client / map.h
index f8c6c9f361816ffb0620ab50c089ba495755a958..0031da2278f81f2996a79ca0e7c8f31ab36478a7 100644 (file)
@@ -1,4 +1,8 @@
 /* src/client/map.h
+ *
+ * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+ * or any later version. For details on its copyright, license, and warranties,
+ * see the file NOTICE in the root directory of the PlomRogue source package.
  *
  * Routines for the game map window.
  */
@@ -8,7 +12,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). */