(svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!

This commit is contained in:
orudge
2005-05-29 20:42:01 +00:00
parent 49084f9dd2
commit 9ca73ebf5b

View File

@@ -471,6 +471,7 @@ static bool RoadVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf
}
ret = true;
break;
}
default:
ret = true;
}