ggetobj callback routine; identify an object and give immediate feedback */
| 2648 | |
| 2649 | /* ggetobj callback routine; identify an object and give immediate feedback */ |
| 2650 | int |
| 2651 | identify(struct obj *otmp) |
| 2652 | { |
| 2653 | fully_identify_obj(otmp); |
| 2654 | prinv((char *) 0, otmp, 0L); |
| 2655 | return 1; |
| 2656 | } |
| 2657 | |
| 2658 | /* menu of unidentified objects; select and identify up to id_limit of them */ |
| 2659 | staticfn void |
no test coverage detected