Revert "granular verbose message suppression mechanics"

This reverts commit be76727265.
This commit is contained in:
nhmall
2023-10-29 20:39:07 -04:00
parent 9bd9bbc57c
commit 6cbefc7c2d
39 changed files with 135 additions and 146 deletions

View File

@@ -821,7 +821,7 @@ getpos(coord *ccp, boolean force, const char *goal)
if (!goal)
goal = "desired location";
if (Verbose(0, getpos1)) {
if (flags.verbose) {
pline("(For instructions type a '%s')",
visctrl(gc.Cmd.spkeys[NHKF_GETPOS_HELP]));
msg_given = TRUE;
@@ -965,7 +965,7 @@ getpos(coord *ccp, boolean force, const char *goal)
} else if (c == gc.Cmd.spkeys[NHKF_GETPOS_AUTODESC]) {
iflags.autodescribe = !iflags.autodescribe;
pline("Automatic description %sis %s.",
Verbose(0, getpos2) ? "of features under cursor " : "",
flags.verbose ? "of features under cursor " : "",
iflags.autodescribe ? "on" : "off");
if (!iflags.autodescribe)
show_goal_msg = TRUE;