From: Patric Mueller Date: Fri, 19 Feb 2021 09:36:39 +0000 (+0100) Subject: Output message when changing fastmove mode while cursor targetting X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bea69f39f3eaf80f6dbb45a8cb7eb05ddcc04aff;p=nethack Output message when changing fastmove mode while cursor targetting --- diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 177a4a0e8..a7d9f4dbc 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -383,6 +383,7 @@ grammar bit: "you hear a [AEF] note squeak in the distance" (should be "an") curses interface failed to honor menu_xxx option settings for menu interaction during engraving, spaces were counted instead of non-spaces when an explosion scatters objects, make any that fly over sinks stop there +output message when changing fastmove mode while cursor targetting Fixes to 3.7.0-x Problems that Were Exposed Via git Repository diff --git a/src/do_name.c b/src/do_name.c index b1a9c61b1..3d756d6d7 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -840,6 +840,8 @@ getpos(coord *ccp, boolean force, const char *goal) iflags.getloc_moveskip = !iflags.getloc_moveskip; pline("%skipping over similar terrain when fastmoving the cursor.", iflags.getloc_moveskip ? "S" : "Not s"); + msg_given = TRUE; + goto nxtc; } else if ((cp = index(mMoOdDxX, c)) != 0) { /* 'm|M', 'o|O', &c */ /* nearest or farthest monster or object or door or unexplored */ int gtmp = (int) (cp - mMoOdDxX), /* 0..7 */