I found another way to do this:

BMAP* car = "car2.bmp";

function set_current_car()
{
//ent_morph(car_pan, car);
car_pan.bmap = car;
}

However still curious if ent_morph can be used on panels...