recent in_use comment typo
This commit is contained in:
@@ -2503,7 +2503,7 @@ add_to_billobjs(struct obj* obj)
|
|||||||
obj->where = OBJ_ONBILL;
|
obj->where = OBJ_ONBILL;
|
||||||
|
|
||||||
/* if hero drinks a shop-owned potion, it will have been flagged
|
/* 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 */
|
it stays on the bill; only object sanity checking actually cares */
|
||||||
obj->in_use = 0;
|
obj->in_use = 0;
|
||||||
/* ... same for bypass by destroy_item */
|
/* ... same for bypass by destroy_item */
|
||||||
|
|||||||
Reference in New Issue
Block a user