From b02dae91a14f33697a2aabbf1f86bd4f766b901b Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 25 Oct 2017 09:59:17 +0300 Subject: [PATCH] Fix status hilites parsing from config file --- src/botl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/botl.c b/src/botl.c index ca6c494cf..df45de839 100644 --- a/src/botl.c +++ b/src/botl.c @@ -1794,7 +1794,7 @@ boolean from_configfile; numeric = TRUE; tmp = tmpbuf; if (strlen(tmp) > 0) { - dt = blstats[0][fld].anytype; + dt = initblstats[fld].anytype; if (percent) dt = ANY_INT; (void) s_to_anything(&hilite.value, tmp, dt); -- 2.50.0