aircraft_cmd.c
changeset 817 4f9377b7fd2b
parent 812 79c99885ad00
child 842 ebfd36603ab9
equal deleted inserted replaced
816:e1c4b6f5742e 817:4f9377b7fd2b
   178 		v->string_id = STR_SV_AIRCRAFT_NAME;
   178 		v->string_id = STR_SV_AIRCRAFT_NAME;
   179 //		v->next_order_param = v->next_order = 0;
   179 //		v->next_order_param = v->next_order = 0;
   180 
   180 
   181 //		v->load_unload_time_rem = 0;
   181 //		v->load_unload_time_rem = 0;
   182 //		v->progress = 0;
   182 //		v->progress = 0;
   183 		v->last_station_visited = 0xFF;
   183 		v->last_station_visited = 0xFFFF;
   184 //		v->destination_coords = 0;
   184 //		v->destination_coords = 0;
   185 
   185 
   186 		v->max_speed = avi->max_speed;
   186 		v->max_speed = avi->max_speed;
   187 		v->acceleration = avi->acceleration;
   187 		v->acceleration = avi->acceleration;
   188 		v->engine_type = (byte)p1;
   188 		v->engine_type = (byte)p1;