File diff r10327:7253b31623a8 → r10328:7e960d01082d
src/train_cmd.cpp
Show inline comments
 
@@ -2080,7 +2080,6 @@ CommandCost CmdRefitRailVehicle(TileInde
 
				}
 
			}
 

	
 
			if (amount != 0) {
 
				if (new_cid != v->cargo_type) {
 
					cost.AddCost(GetRefitCost(v->engine_type));
 
				}
 
@@ -2096,7 +2095,6 @@ CommandCost CmdRefitRailVehicle(TileInde
 
					InvalidateWindowClassesData(WC_TRAINS_LIST, 0);
 
				}
 
			}
 
		}
 
	} while ((v = v->Next()) != NULL && !only_this);
 

	
 
	_returned_refit_capacity = num;