| 472 | } while (0) |
| 473 | |
| 474 | void |
| 475 | map_location(coordxy x, coordxy y, int show) |
| 476 | { |
| 477 | _map_location(x, y, show); |
| 478 | } |
| 479 | |
| 480 | /* display something on monster layer; may need to fixup object layer */ |
| 481 | staticfn void |
no outgoing calls
no test coverage detected