mirror of https://github.com/OpenTTD/OpenTTD
Fix: Improve grfmessage for ShipVehicleChangeInfo. (#10558)
parent
4af7f3e645
commit
d80f193e74
|
@ -1621,7 +1621,7 @@ static ChangeInfoResult ShipVehicleChangeInfo(uint engine, int numinfo, int prop
|
||||||
ei->cargo_type = ctype;
|
ei->cargo_type = ctype;
|
||||||
} else {
|
} else {
|
||||||
ei->cargo_type = CT_INVALID;
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue