aircraft_cmd.c
changeset 1266 9dc5638fe8cc
parent 1263 f1812befa312
child 1282 e7a73ee62d2f
equal deleted inserted replaced
1265:0430e635b116 1266:9dc5638fe8cc
   230 		v->string_id = STR_SV_AIRCRAFT_NAME;
   230 		v->string_id = STR_SV_AIRCRAFT_NAME;
   231 //		v->next_order_param = v->next_order = 0;
   231 //		v->next_order_param = v->next_order = 0;
   232 
   232 
   233 //		v->load_unload_time_rem = 0;
   233 //		v->load_unload_time_rem = 0;
   234 //		v->progress = 0;
   234 //		v->progress = 0;
   235 		v->last_station_visited = 0xFFFF;
   235 		v->last_station_visited = INVALID_STATION;
   236 //		v->destination_coords = 0;
   236 //		v->destination_coords = 0;
   237 
   237 
   238 		v->max_speed = avi->max_speed;
   238 		v->max_speed = avi->max_speed;
   239 		v->acceleration = avi->acceleration;
   239 		v->acceleration = avi->acceleration;
   240 		v->engine_type = (byte)p1;
   240 		v->engine_type = (byte)p1;