diff --git a/newgrf.c b/newgrf.c index 6e5a2dbf4c..225b2d10fc 100644 --- a/newgrf.c +++ b/newgrf.c @@ -471,6 +471,7 @@ static bool RoadVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf } ret = true; break; + } default: ret = true; }