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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user