From: PatR Date: Sat, 21 Aug 2021 20:18:48 +0000 (-0700) Subject: recent in_use comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e3eb5c7dd1d1562a0affd9d0066b03c83b346a6;p=nethack recent in_use comment typo --- 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 */