expand info a wee bit on revive() panic

This commit is contained in:
nhmall
2022-05-21 09:08:23 -04:00
parent 35b56fb94b
commit 441840c737
+1 -1
View File
@@ -1016,7 +1016,7 @@ revive(struct obj *corpse, boolean by_hero)
} }
/*FALLTHRU*/ /*FALLTHRU*/
default: default:
panic("revive"); panic("revive default case %d", (int) corpse->where);
} }
return mtmp; return mtmp;