]> granicus.if.org Git - nethack/commit
fix pull request #227 - running over engravings
authorPatR <rankin@nethack.org>
Sat, 5 Oct 2019 23:42:13 +0000 (16:42 -0700)
committerPatR <rankin@nethack.org>
Sat, 5 Oct 2019 23:42:13 +0000 (16:42 -0700)
commitf7bf56555e56e05dd62893b62f70ada90595a865
treeee03a2042d205f3734f707182f562f29dc6dfd30
parenta9e8348dfad8b1a70c42ff10c49231bd91967476
fix pull request #227 - running over engravings

Fixes #227

Travel, <ctrl><direction>, <g|G><direction> all stop on engravings,
but <shift><direction> told the player what the engraving said and
kept going.  The message output is buffered until map update or
another message, so player couldn't tell where hero was at the time
the engraving got shown.  Make <shift> running stop on engravings.
doc/fixes36.3
src/engrave.c