From 9d458f24cefc401b625a3e36bf7eff03732f683d Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 1 Dec 2003 03:57:42 +0000 Subject: [PATCH] botl.c followup bits --- src/botl.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/botl.c b/src/botl.c index 805da2d38..ed0ed264e 100644 --- a/src/botl.c +++ b/src/botl.c @@ -408,10 +408,8 @@ init_blstats() /* ensure initial field values set on blstats[1][i] too */ blstats[1][i] = blstats[0][i]; - switch(blstats[0][i].anytype) { - blstats[0][i].a.a_ulong = 0UL; - blstats[1][i].a.a_ulong = 0UL; - } + blstats[0][i].a.a_ulong = 0UL; + blstats[1][i].a.a_ulong = 0UL; if (blstats[0][i].valwidth) { blstats[0][i].val = (char *)alloc(blstats[0][i].valwidth); blstats[1][i].val = (char *)alloc(blstats[0][i].valwidth);