Output message when changing fastmove mode while cursor targetting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user