From 90aaeb53cdd1c2fb208ec60d48c5cba2638a37bd Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 27 Jun 2026 11:41:54 -0400 Subject: [PATCH] follow-up: zero out puzzling_criteria --- src/invent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/invent.c b/src/invent.c index b84e05279..e885b7ae0 100644 --- a/src/invent.c +++ b/src/invent.c @@ -2710,6 +2710,7 @@ check_for_puzzling_nonmerge(struct obj *objchn) struct obj *obj; boolean at_least_one = FALSE; + gp.puzzling_criteria = 0; for (i = 0; i < invlet_basic + 1; ++i) gp.puzzling_ilets[i] = mnums[i] = gndr[i] = 0;