the #open command - try to open a door */
| 770 | |
| 771 | /* the #open command - try to open a door */ |
| 772 | int |
| 773 | doopen(void) |
| 774 | { |
| 775 | return doopen_indir(0, 0); |
| 776 | } |
| 777 | |
| 778 | /* try to open a door in direction u.dx/u.dy */ |
| 779 | int |
nothing calls this directly
no test coverage detected