equal
deleted
inserted
replaced
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; |