| 220 | } |
| 221 | |
| 222 | static df::general_ref_building_civzone_assignedst * createCivzoneRef() { |
| 223 | return (df::general_ref_building_civzone_assignedst *) |
| 224 | df::general_ref_building_civzone_assignedst::_identity.instantiate(); |
| 225 | } |
| 226 | |
| 227 | static bool assignUnitToZone(color_ostream &out, df::unit *unit, df::building_civzonest *zone) { |
| 228 | auto ref = createCivzoneRef(); |