# HG changeset patch # User orudge # Date 2005-05-29 20:42:01 # Node ID 2a425c622bbee6f1d39ca2233c6e497578685bb4 # Parent f2d5f6d1aa5c3c65213cdd11f8cd666b1cb414c2 (svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing! diff --git a/newgrf.c b/newgrf.c --- a/newgrf.c +++ b/newgrf.c @@ -471,6 +471,7 @@ static bool RoadVehicleChangeInfo(uint e } ret = true; break; + } default: ret = true; }