set the direction where next message happens */
| 81 | |
| 82 | /* set the direction where next message happens */ |
| 83 | void |
| 84 | set_msg_dir(int dir) |
| 85 | { |
| 86 | dirtocoord(&a11y.msg_loc, dir); |
| 87 | a11y.msg_loc.x += u.ux; |
| 88 | a11y.msg_loc.y += u.uy; |
| 89 | } |
| 90 | |
| 91 | /* set the coordinate where next message happens */ |
| 92 | void |
no test coverage detected