]> granicus.if.org Git - nethack/commit
fix U88 - invisible hero didn't sense self via ESP
authornethack.rankin <nethack.rankin>
Fri, 4 Oct 2002 02:46:02 +0000 (02:46 +0000)
committernethack.rankin <nethack.rankin>
Fri, 4 Oct 2002 02:46:02 +0000 (02:46 +0000)
commitcd62daa465771bade98477c8f032edfaaa84003d
tree45d7b346a771202060d8a87047ff6aeba4ad4946
parent4430f8f652922def8f8c64578406aba04197bd60
fix U88 - invisible hero didn't sense self via ESP

     If the character was invisible without being able to see invisible,
his location on the map showed any object there or underlying topology
instead of the hero even when monsters could be seen with infravision,
ESP, or sustained monster detection.  The ESP case required an amulet
or helm or quest artifact to be noticeable because being blind overrides
being unable to see invisible, so the more common form of telepathy
didn't exhibit this behavior.
doc/fixes34.1
include/display.h
src/display.c
src/pager.c