Changeset - r27002:65df6d20406a
[Not reviewed]
master
0 1 0
Joan Josep - 15 months ago 2023-03-08 20:59:01
juanjo.ng.83@gmail.com
Fix: Improve grfmessage for ShipVehicleChangeInfo. (#10558)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -1621,7 +1621,7 @@ static ChangeInfoResult ShipVehicleChang
 
					ei->cargo_type = ctype;
 
				} else {
 
					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;
 
			}
0 comments (0 inline, 0 general)