dropy - put dropped object at destination; called from lots of places */
| 797 | |
| 798 | /* dropy - put dropped object at destination; called from lots of places */ |
| 799 | void |
| 800 | dropy(struct obj *obj) |
| 801 | { |
| 802 | dropz(obj, FALSE); |
| 803 | } |
| 804 | |
| 805 | /* dropz - really put dropped object at its destination... */ |
| 806 | void |
no test coverage detected