From: nhmall Date: Sat, 21 May 2022 13:08:23 +0000 (-0400) Subject: expand info a wee bit on revive() panic X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=441840c7378ff42b5eed2d53727d79229f045215;p=nethack expand info a wee bit on revive() panic --- diff --git a/src/zap.c b/src/zap.c index af8c766a4..0dd50174d 100644 --- a/src/zap.c +++ b/src/zap.c @@ -1016,7 +1016,7 @@ revive(struct obj *corpse, boolean by_hero) } /*FALLTHRU*/ default: - panic("revive"); + panic("revive default case %d", (int) corpse->where); } return mtmp;