| 98 | } |
| 99 | |
| 100 | static void _automap_from(int x, int y, int level) |
| 101 | { |
| 102 | if (level) |
| 103 | { |
| 104 | magic_mapping(LOS_MAX_RANGE * level, 25, |
| 105 | true, false, true, false, true, |
| 106 | coord_def(x,y)); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | static int _map_quality() |
| 111 | { |
no test coverage detected