recent in_use comment typo

This commit is contained in:
PatR
2021-08-21 13:18:48 -07:00
parent 12f8be6452
commit 9e3eb5c7dd

View File

@@ -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 */