From: nhmall Date: Sun, 31 May 2015 15:56:55 +0000 (-0400) Subject: more adjustments X-Git-Tag: NetHack-3.6.0_RC01~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd14d12281b7e818d802088b85873ef0098c032e;p=nethack more adjustments Changes to be committed: modified: src/botl.c modified: src/options.c --- diff --git a/src/botl.c b/src/botl.c index df7e1ed38..e9a2015a8 100644 --- a/src/botl.c +++ b/src/botl.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 botl.c $NHDT-Date: 1433087631 2015/05/31 15:53:51 $ $NHDT-Branch: status_hilite $:$NHDT-Revision: 1.54 $ */ +/* NetHack 3.6 botl.c $NHDT-Date: 1433087810 2015/05/31 15:56:50 $ $NHDT-Branch: status_hilite $:$NHDT-Revision: 1.55 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -88,7 +88,7 @@ STATIC_DCL void FDECL(s_to_anything, (anything *, char *, int)); STATIC_OVL int FDECL(percentage, (struct istat_s *, struct istat_s *)); STATIC_OVL int FDECL(compare_blstats, (struct istat_s *, struct istat_s *)); #ifdef STATUS_HILITES -STATIC_DCL boolean FDECL(assign_hilite, (char *, char *, char *, char *)); +STATIC_DCL boolean FDECL(assign_hilite, (char *, char *, char *, char *, BOOLEAN_P)); STATIC_DCL const char *FDECL(clridx_to_s, (char *, int)); #endif #else @@ -1540,7 +1540,7 @@ status_hilite_menu() clridx_to_s(thresholdbuf, hltemp[i].coloridx[1])); } } - return set_status_hilites(buf); + return set_status_hilites(buf, FALSE); } #endif /*STATUS_HILITES*/ #endif /*STATUS_VIA_WINDOWPORT*/ diff --git a/src/options.c b/src/options.c index 14cb4c0c9..e00262e47 100644 --- a/src/options.c +++ b/src/options.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 options.c $NHDT-Date: 1433087636 2015/05/31 15:53:56 $ $NHDT-Branch: status_hilite $:$NHDT-Revision: 1.208 $ */ +/* NetHack 3.6 options.c $NHDT-Date: 1433087806 2015/05/31 15:56:46 $ $NHDT-Branch: status_hilite $:$NHDT-Revision: 1.209 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */