X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmisc.h;h=5a745866c7ef8f2c4144feb76dbb0bdf16842013;hb=e03020342a74aef143b1ec38c18966dac64181b5;hp=928d8db86e70193cb01fb93434319cc7e9de7e2d;hpb=d6093b3a7d57aa34d3ee2a84112c59328bf1feed;p=plomrogue diff --git a/src/client/misc.h b/src/client/misc.h index 928d8db..5a74586 100644 --- a/src/client/misc.h +++ b/src/client/misc.h @@ -19,7 +19,8 @@ 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(). + * Note that reload_interface_conf() also calls map_center() and re-sets + * world.winDB.v_screen_offset to zero. */ extern void save_interface_conf(); extern void load_interface_conf();