normal object deletion (if unpaid, it remains on the bill) */
| 1427 | |
| 1428 | /* normal object deletion (if unpaid, it remains on the bill) */ |
| 1429 | void |
| 1430 | delobj(struct obj *obj) |
| 1431 | { |
| 1432 | delobj_core(obj, FALSE); |
| 1433 | } |
| 1434 | |
| 1435 | /* destroy object; caller has control over whether to destroy something |
| 1436 | that ordinarily shouldn't be destroyed */ |
no test coverage detected