]> granicus.if.org Git - nethack/commitdiff
Output message when changing fastmove mode while cursor targetting
authorPatric Mueller <bhaak@gmx.net>
Fri, 19 Feb 2021 09:36:39 +0000 (10:36 +0100)
committerPatric Mueller <bhaak@gmx.net>
Fri, 19 Feb 2021 09:40:41 +0000 (10:40 +0100)
doc/fixes37.0
src/do_name.c

index 177a4a0e852ca86f97d2a63f893d730958dd80be..a7d9f4dbc362f33d1ba804ebda16f0a55210b4f7 100644 (file)
@@ -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
index b1a9c61b11eb741d4c82d3c55332ea805d283ce9..3d756d6d727dbfd134b5b3afdada0d02cec78427 100644 (file)
@@ -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 */