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