From 9e3eb5c7dd1d1562a0affd9d0066b03c83b346a6 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 21 Aug 2021 13:18:48 -0700 Subject: [PATCH] recent in_use comment typo --- src/shk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shk.c b/src/shk.c index 2828d2c40..813dd2e91 100644 --- a/src/shk.c +++ b/src/shk.c @@ -2503,7 +2503,7 @@ add_to_billobjs(struct obj* obj) obj->where = OBJ_ONBILL; /* if hero drinks a shop-owned potion, it will have been flagged - in_use by dodrink/dopotion but isn't being be used up yet because + in_use by dodrink/dopotion but isn't being used up yet because it stays on the bill; only object sanity checking actually cares */ obj->in_use = 0; /* ... same for bypass by destroy_item */