| 91 | } |
| 92 | |
| 93 | staticfn void |
| 94 | map_redisplay(void) |
| 95 | { |
| 96 | reconstrain_map(); |
| 97 | docrt(); /* redraw the screen to remove unseen traps from the map */ |
| 98 | if (Underwater) |
| 99 | under_water(2); |
| 100 | if (u.uburied) |
| 101 | under_ground(2); |
| 102 | } |
| 103 | |
| 104 | /* use getpos()'s 'autodescribe' to view whatever is currently shown on map */ |
| 105 | staticfn void |
no test coverage detected