diff options
author | orudge <orudge@openttd.org> | 2005-05-29 20:42:01 +0000 |
---|---|---|
committer | orudge <orudge@openttd.org> | 2005-05-29 20:42:01 +0000 |
commit | 9ca73ebf5ba9525520122b9eb79dbc0da10106ae (patch) | |
tree | af798c1dfa7a10c1e19a0e6e9e5f4a22aae15e4f | |
parent | 49084f9dd250f08e7398d21e16cd0460a15aad7d (diff) | |
download | openttd-9ca73ebf5ba9525520122b9eb79dbc0da10106ae.tar.xz |
(svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!
-rw-r--r-- | newgrf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -471,6 +471,7 @@ static bool RoadVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf } ret = true; break; + } default: ret = true; } |