| 1298 | } |
| 1299 | |
| 1300 | static void on_civzone_delete(df::building_civzonest* civzone) |
| 1301 | { |
| 1302 | remove_zone_from_all_buildings(civzone); |
| 1303 | delete_civzone_squad_links(civzone); |
| 1304 | delete_assigned_unit_links(civzone); |
| 1305 | } |
| 1306 | |
| 1307 | bool Buildings::deconstruct(df::building *bld) |
| 1308 | { |
no test coverage detected