From 87ba905107bcc0f5c6f61d536d274f4c1bfdaf43 Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 20 Feb 2022 14:46:59 -0800 Subject: [PATCH] fixes entry for pull request #683 - just picked Pull request from argrath: the code that decides whether to add 'B' for blessed items, 'X' for unknown bless/curse state and so forth when setting up prompting for the 'I' command was counting up the recently introduced "just picked up" category using an uninitialized variable. So it might erroneously include 'P' as a choice when no such items were present. Closes #683 --- doc/fixes3-7-0.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 35b33bd32..f8657a868 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1040,6 +1040,9 @@ have com_pager() check for failed nhl_init(); probably can't actually happen rearranging first-kill and first-hit gamelog messages to get hit before kill ordering resulted in "hit with a wielded weapon for first time" being given twice if that hit was delivered via applied polearm +counting "just picked up" items when deciding what pseudo-classes should be + included for the 'I' command's object class prompt was operating on + an uninitialized varaible curses: 'msg_window' option wasn't functional for curses unless the binary also included tty support -- 2.50.1