home · contact · privacy
Server/py: Some more mem map handling fixes …
[plomrogue] / src / client / interface_conf.h
index 937a3d0910961d8bd8ea0fe6a664101c41c80516..1d1c44ca143447bd9d904c5bf73f102d0db836f7 100644 (file)
@@ -1,4 +1,8 @@
 /* src/client/interface_conf.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.
  *
  * Read/unread/write interface configuration file.
  */
@@ -15,8 +19,7 @@ extern void obey_argv(int argc, char * argv[]);
  * data, world.wins.pad (initialized before opening any windows to the height of
  * the terminal screen and a width of 1) and window chains.
  *
- * Note that reload_interface_conf() also calls map_center() and re-sets
- * world.winDB.v_screen_offset to zero.
+ * reload_interface_conf() also re-sets world.winDB.v_screen_offset to zero.
  */
 extern void save_interface_conf();
 extern void load_interface_conf();