X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/copy_structured?a=blobdiff_plain;f=src%2Fclient%2Fmisc.h;h=bde51e679afeea5beef4276d1c3e562f5f88ac7f;hb=1c20e240bb704cddfa80b60dfa20863218edc6d8;hp=7ca1137b1c2f6b6a0d1c6117c2212161bc6a1b71;hpb=f66a29b78490b1a7013c4acb7595d4b211560750;p=plomrogue diff --git a/src/client/misc.h b/src/client/misc.h index 7ca1137..bde51e6 100644 --- a/src/client/misc.h +++ b/src/client/misc.h @@ -14,6 +14,8 @@ /* Save / load (init) / unload (free/dissolve) / reload interface configuration * data, world.wmeta.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(). */ extern void save_interface_conf(); extern void load_interface_conf();