From 98b3840a3eef8b60da452e348cfcc5173fc1a8cd Mon Sep 17 00:00:00 2001 From: orudge Date: Sun, 29 May 2005 20:42:01 +0000 Subject: (svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing! --- newgrf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newgrf.c') 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; } -- cgit v1.2.3-54-g00ecf