| 317 | } |
| 318 | |
| 319 | static void dig_shape(MapExtras::MapCache &map, const DFCoord &pos, |
| 320 | df::tiletype tt, df::tiletype_shape shape) { |
| 321 | dig_type(map, pos, get_target_type(tt, shape)); |
| 322 | } |
| 323 | |
| 324 | static void remove_ramp_top(MapExtras::MapCache &map, const DFCoord &pos) { |
| 325 | if (!map.ensureBlockAt(pos)) |
no test coverage detected