X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmisc.h;h=01e248804029a9102be50dafebbd84774f051034;hb=fb9b40f0535b28b37b64983240c4b78e74ee9a2c;hp=e8497033bcec4a06711caf99655f6022fc47cde6;hpb=e8e8f91cff96eebc1b440df18d9c3ef4ced1ca60;p=plomrogue diff --git a/src/client/misc.h b/src/client/misc.h index e849703..01e2488 100644 --- a/src/client/misc.h +++ b/src/client/misc.h @@ -15,8 +15,8 @@ extern void obey_argv(int argc, char * argv[]); /* 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. + * 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(). */