File diff r20251:8c2b509af318 → r20252:76a6f1c78ce7
src/ship_cmd.cpp
Show inline comments
 
@@ -681,8 +681,10 @@ CommandCost CmdBuildShip(TileIndex tile,
 
		v->spritenum = svi->image_index;
 
		v->cargo_type = e->GetDefaultCargoType();
 
		v->cargo_cap = svi->capacity;
 
		v->refit_cap = 0;
 

	
 
		v->last_station_visited = INVALID_STATION;
 
		v->last_loading_station = INVALID_STATION;
 
		v->engine_type = e->index;
 

	
 
		v->reliability = e->reliability;