vehicle.c
branch0.5
changeset 5540 f96ccea118f5
parent 5512 52869fa67090
child 5541 08e4afe5e927
equal deleted inserted replaced
5539:0b34e0353454 5540:f96ccea118f5
  2096 			new_v->cur_order_index = old_v->cur_order_index;
  2096 			new_v->cur_order_index = old_v->cur_order_index;
  2097 			ChangeVehicleViewWindow(old_v, new_v);
  2097 			ChangeVehicleViewWindow(old_v, new_v);
  2098 			new_v->profit_this_year = old_v->profit_this_year;
  2098 			new_v->profit_this_year = old_v->profit_this_year;
  2099 			new_v->profit_last_year = old_v->profit_last_year;
  2099 			new_v->profit_last_year = old_v->profit_last_year;
  2100 			new_v->service_interval = old_v->service_interval;
  2100 			new_v->service_interval = old_v->service_interval;
       
  2101 			new_v->load_status      = old_v->load_status;
  2101 			new_front = true;
  2102 			new_front = true;
  2102 			new_v->unitnumber = old_v->unitnumber; // use the same unit number
  2103 			new_v->unitnumber = old_v->unitnumber; // use the same unit number
  2103 			new_v->dest_tile  = old_v->dest_tile;
  2104 			new_v->dest_tile  = old_v->dest_tile;
  2104 
  2105 
  2105 			new_v->current_order = old_v->current_order;
  2106 			new_v->current_order = old_v->current_order;