]> granicus.if.org Git - nethack/commit
fix #H7487 - dead with non-zero HP
authorPatR <rankin@nethack.org>
Sun, 28 Oct 2018 02:55:18 +0000 (19:55 -0700)
committerPatR <rankin@nethack.org>
Sun, 28 Oct 2018 02:55:18 +0000 (19:55 -0700)
commit747ebf0ead0badeaea12acf27ce48d85f596c8a3
treeef5a3557b175e722fd5348ddf9237dfe75926634
parentd77ecd4ae58d8d2bd8e3bfeff83979993bc22d57
fix #H7487 - dead with non-zero HP

Report was for being fried by angry deity.  There are lots of deaths
that don't involve subtracting HP until it hits 0 or less; I haven't
bothered tracking down which ones don't set u.uhp to 0 before they
call done().

No effect on life-saving or declining to die except for HP:0 being
visible on the status line during their messages.
doc/fixes36.2
src/end.c