1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 01:29:10 +00:00

(svn r14189) -Fix (r14188): Accidental line removal

This commit is contained in:
2008-08-30 09:01:05 +00:00
parent 2b67c01a24
commit bfcd6e9772

View File

@@ -738,6 +738,7 @@ static bool RoadVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf
} else if (cargo == 0xFF) {
rvi->cargo_type = CT_INVALID;
} else {
rvi->cargo_type = CT_INVALID;
grfmsg(2, "RoadVehicleChangeInfo: Invalid cargo type %d, using first refittable", cargo);
}
} break;