Bug #236 ยป 0035-Preserve-unit-current-form-age-on-owner-change.patch
server/unittools.c | ||
---|---|---|
gained_unit->fuel = punit->fuel;
|
||
gained_unit->paradropped = punit->paradropped;
|
||
gained_unit->birth_turn = punit->birth_turn;
|
||
gained_unit->current_form_turn = punit->current_form_turn;
|
||
/* Fog is lifted in the placing algorithm. */
|
||
#ifndef FREECIV_NDEBUG
|