File diff r10327:7253b31623a8 → r10328:7e960d01082d
src/roadveh_cmd.cpp
Show inline comments
 
@@ -2085,8 +2085,6 @@ CommandCost CmdRefitRoadVeh(TileIndex ti
 
			}
 
		}
 

	
 
		if (capacity == 0) continue;
 

	
 
		total_capacity += capacity;
 

	
 
		if (IsHumanCompany(v->owner) && new_cid != v->cargo_type) {