]> granicus.if.org Git - nethack/commit
restore vs perm_invent
authorPatR <rankin@nethack.org>
Thu, 5 Jul 2018 23:06:31 +0000 (16:06 -0700)
committerPatR <rankin@nethack.org>
Thu, 5 Jul 2018 23:06:31 +0000 (16:06 -0700)
commit777d9d922d29420a2ce9eb7d3bfa1f40b172ae76
treee36394a50f400b231fc9517e996280eaa01fe470
parent2596052c39d925771a89b55e61ba69e01317dc08
restore vs perm_invent

Redo how updates of permanent inventory window are suppressed during
restore.  Reverses part of e9f1e032717921cb7a51c0f2822628355a35ec36
which included a simpler attempt to deal with this.

It looks like we should have been getting impossible "unpaid_cost:
object wasn't on any bill" but segfault was reported; I haven't tried
to figure out why.  The band in xname() ought to be redundant now but
is included for bulletproofing.
doc/fixes36.2
src/objnam.c
src/restore.c
src/wield.c
src/worn.c