| 1520 | } |
| 1521 | |
| 1522 | static bool vein_cmp(const VeinExtent::Ptr &a, const VeinExtent::Ptr &b) |
| 1523 | { |
| 1524 | return (a->parent_depth < b->parent_depth) |
| 1525 | || (a->parent_depth == b->parent_depth && a->density() < b->density()); |
| 1526 | } |
| 1527 | |
| 1528 | bool VeinGenerator::place_veins(bool verbose) |
| 1529 | { |