X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fclient%2Fmisc.h;h=bde51e679afeea5beef4276d1c3e562f5f88ac7f;hb=1c20e240bb704cddfa80b60dfa20863218edc6d8;hp=7ca1137b1c2f6b6a0d1c6117c2212161bc6a1b71;hpb=bdd8f79ade82ef1a7445580fa61a53fd1a5311db;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();