]> granicus.if.org Git - nethack/commit
fix github issue #134 - display of migrated objects
authorPatR <rankin@nethack.org>
Sat, 22 Sep 2018 22:18:38 +0000 (15:18 -0700)
committerPatR <rankin@nethack.org>
Sat, 22 Sep 2018 22:18:38 +0000 (15:18 -0700)
commit4f61e9697cc95ebc0d556c9de7747807574cb868
tree538688450dd5e91f5c7ba58ed854a98deb9a84fc
parentb6e3f0185562685c8895c87608a74b7c863f4127
fix github issue #134 - display of migrated objects

Fixes #134

An invisible hero (who can't see invisible and doesn't have autopickup
enabled) going down stairs to an object which fell down those stairs
will see the stairs instead of the object on them.  Missing newsym()
in obj_delivery() when objects aren't being passed through scatter().
doc/fixes36.2
src/dokick.c
src/explode.c