Project

General

Profile

Feature #1900 » Dino1900.patch

Dean Brown, 07/21/2026 03:23 AM

View differences:

server/cityturn.c
tile_add_extra(ptile, pextra);
update_tile_knowledge(ptile);
unit_list_iterate((city_tile(pcity))->units, punit) {
if (unit_has_type_flag(punit, UTYF_WORKERS)
&& punit->activity == ACTIVITY_SENTRY
&& punit->transporter == NULL) {
punit->ssa_controller = SSA_AUTOWORKER;
send_unit_info(NULL, punit);
}
}
unit_list_iterate_end;
return TRUE;
}
k--;
(2-2/2)