-$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.1 $ $NHDT-Date: 1557569075 2019/05/11 10:04:35 $
+$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.3 $ $NHDT-Date: 1558045586 2019/05/16 22:26:26 $
This fixes36.3 file is here to capture information about updates in the 3.6.x
lineage following the release of 3.6.2 in May 2019. Please note, however,
other objects, put it under all boulders in the pile rather than just
under the top one; previously, map wasn't showing a boulder there if
the top one got moved by means other than pushing
+when examining the map with '/' or ';', picking a symbol which is used for
+ more than 4 things yielded a sentence lacking its terminating period
Fixes to Post-3.6.2 Problems that Were Exposed Via git Repository
-/* NetHack 3.6 pager.c $NHDT-Date: 1555627307 2019/04/18 22:41:47 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.151 $ */
+/* NetHack 3.6 pager.c $NHDT-Date: 1558045586 2019/05/16 22:26:26 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.153 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Robert Patrick Rankin, 2018. */
/* NetHack may be freely redistributed. See license for details. */
*/
if (found > 4)
- Sprintf(out_str, "%s", "That can be many things");
+ /* 3.6.3: this used to be "That can be many things" (without prefix)
+ which turned it into a sentence that lacked its terminating period;
+ we could add one below but reinstating the prefix here is better */
+ Sprintf(out_str, "%scan be many things", prefix);
didlook:
if (looked) {