should of course only be called for things in invent */
| 2858 | |
| 2859 | /* should of course only be called for things in invent */ |
| 2860 | staticfn char |
| 2861 | obj_to_let(struct obj *obj) |
| 2862 | { |
| 2863 | if (!flags.invlet_constant) { |
| 2864 | obj->invlet = NOINVSYM; |
| 2865 | reassign(); |
| 2866 | } |
| 2867 | return obj->invlet; |
| 2868 | } |
| 2869 | |
| 2870 | /* |
| 2871 | * Print the indicated quantity of the given object. If quan == 0L then use |