From 91369e7a76b70b1784254f26efd6e9ddeb26d550 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 2 Nov 2015 22:23:08 +0200 Subject: [PATCH] Revert the created inventory nhwindow destruction At least perm_invent (and other stuff?) causes problems with this. --- src/invent.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/invent.c b/src/invent.c index a3d8bc642..79f8e921a 100644 --- a/src/invent.c +++ b/src/invent.c @@ -2097,7 +2097,6 @@ nextclass: end_menu(win, (char *) 0); n = select_menu(win, want_reply ? PICK_ONE : PICK_NONE, &selected); - destroy_nhwindow(win); if (n > 0) { ret = selected[0].item.a_char; if (out_cnt)