| 5733 | } |
| 5734 | |
| 5735 | RESTORE_WARNING_FORMAT_NONLITERAL |
| 5736 | |
| 5737 | /* for using charges of unpaid objects "used in the normal manner" */ |
| 5738 | void |
| 5739 | check_unpaid(struct obj *otmp) |
| 5740 | { |
| 5741 | check_unpaid_usage(otmp, FALSE); /* normal item use */ |
| 5742 | } |
| 5743 | |
| 5744 | void |
| 5745 | costly_gold( |
no test coverage detected