File diff r27001:ca4e7a0e4fd8 → r27002:65df6d20406a
src/newgrf.cpp
Show inline comments
 
@@ -1621,7 +1621,7 @@ static ChangeInfoResult ShipVehicleChang
 
					ei->cargo_type = ctype;
 
				} else {
 
					ei->cargo_type = CT_INVALID;
 
					grfmsg(2, "RailVehicleChangeInfo: Invalid cargo type %d, using first refittable", ctype);
 
					grfmsg(2, "ShipVehicleChangeInfo: Invalid cargo type %d, using first refittable", ctype);
 
				}
 
				break;
 
			}