src/aircraft_cmd.cpp
changeset 8754 5dae65402806
parent 8750 fdd6054e7bae
child 8760 ce0891c412ce
equal deleted inserted replaced
8753:33e297b1595d 8754:5dae65402806
   333 		v->cargo_type = CT_PASSENGERS;
   333 		v->cargo_type = CT_PASSENGERS;
   334 		u->cargo_type = CT_MAIL;
   334 		u->cargo_type = CT_MAIL;
   335 
   335 
   336 		v->cargo_subtype = 0;
   336 		v->cargo_subtype = 0;
   337 
   337 
   338 		v->string_id = STR_SV_AIRCRAFT_NAME;
   338 		v->name = NULL;
   339 //		v->next_order_param = v->next_order = 0;
   339 //		v->next_order_param = v->next_order = 0;
   340 
   340 
   341 //		v->load_unload_time_rem = 0;
   341 //		v->load_unload_time_rem = 0;
   342 //		v->progress = 0;
   342 //		v->progress = 0;
   343 		v->last_station_visited = INVALID_STATION;
   343 		v->last_station_visited = INVALID_STATION;