vehicle.c
branch0.5
changeset 5540 f96ccea118f5
parent 5512 52869fa67090
child 5541 08e4afe5e927
--- a/vehicle.c	Thu Aug 30 21:06:52 2007 +0000
+++ b/vehicle.c	Sun Sep 09 16:59:56 2007 +0000
@@ -2098,6 +2098,7 @@
 			new_v->profit_this_year = old_v->profit_this_year;
 			new_v->profit_last_year = old_v->profit_last_year;
 			new_v->service_interval = old_v->service_interval;
+			new_v->load_status      = old_v->load_status;
 			new_front = true;
 			new_v->unitnumber = old_v->unitnumber; // use the same unit number
 			new_v->dest_tile  = old_v->dest_tile;