| 203 | } |
| 204 | |
| 205 | boolean |
| 206 | enexto_gpflags( |
| 207 | coord *cc, |
| 208 | coordxy xx, coordxy yy, |
| 209 | struct permonst *mdat, |
| 210 | mmflags_nht entflags) |
| 211 | { |
| 212 | return (enexto_core(cc, xx, yy, mdat, GP_CHECKSCARY | entflags) |
| 213 | || enexto_core(cc, xx, yy, mdat, entflags)); |
| 214 | } |
| 215 | |
| 216 | #ifdef NEW_ENEXTO |
| 217 |
no test coverage detected