-NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.282 $ $NHDT-Date: 1597098351 2020/08/10 22:25:51 $
+NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.283 $ $NHDT-Date: 1597182932 2020/08/11 21:55:32 $
General Fixes and Modified Features
-----------------------------------
and insufficient piety, player is asked whether alignment should be
boosted; answering 'n' resulted in being prompted a second time
leashing or unleashing pets wasn't updating persistent inventory window
+end of game inventory disclosure passed an inappropriate argument to the
+ inventory display routine; not noticeable for tty and curses,
+ noticeable but not harmful for X11, and slightly harmful for Qt
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
-/* NetHack 3.7 end.c $NHDT-Date: 1596498166 2020/08/03 23:42:46 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.211 $ */
+/* NetHack 3.7 end.c $NHDT-Date: 1597182933 2020/08/11 21:55:33 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.212 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Robert Patrick Rankin, 2012. */
/* NetHack may be freely redistributed. See license for details. */
c = ask ? yn_function(qbuf, ynqchars, defquery) : defquery;
if (c == 'y') {
/* caller has already ID'd everything */
- (void) display_inventory((char *) 0, TRUE);
+ (void) display_inventory((char *) 0, FALSE);
container_contents(g.invent, TRUE, TRUE, FALSE);
}
if (c == 'q')