summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newgrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf.c b/newgrf.c
index 6e5a2dbf4..225b2d10f 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;
}