From: nhmall Date: Mon, 27 Jun 2022 12:34:41 +0000 (-0400) Subject: comment still not right X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=480bb234e7ecd876b8aac8ea2a35d50087cb6827;p=nethack comment still not right --- diff --git a/src/options.c b/src/options.c index 5047b2dc2..1015b0a75 100644 --- a/src/options.c +++ b/src/options.c @@ -4412,8 +4412,7 @@ optfn_boolean(int optidx, int req, boolean negated, char *opts, char *op) perm_invent_toggled(FALSE); /* perm_invent_toggled() -> sync_perminvent() - -> tty_update_invent_core() - -> tty_create_invent() + -> tty_create_nhwindow(NHW_PERMINVENT) gives feedback for failure (terminal too small) */ if (g.perm_invent_win == WIN_ERR) return optn_silenterr;