mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
(svn r14189) -Fix (r14188): Accidental line removal
This commit is contained in:
parent
2b67c01a24
commit
bfcd6e9772
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user