grid bug handling */
| 3899 | |
| 3900 | /* grid bug handling */ |
| 3901 | int |
| 3902 | dxdy_moveok(void) |
| 3903 | { |
| 3904 | if (u.dx && u.dy && NODIAG(u.umonnum)) |
| 3905 | u.dx = u.dy = 0; |
| 3906 | return u.dx || u.dy; |
| 3907 | } |
| 3908 | |
| 3909 | /* decide whether character (user input keystroke) requests screen repaint */ |
| 3910 | boolean |
no outgoing calls
no test coverage detected