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 | 98b3840a3eef8b60da452e348cfcc5173fc1a8cd (patch) | |
tree | af798c1dfa7a10c1e19a0e6e9e5f4a22aae15e4f | |
parent | 8ef11fc41f23a44e34bb33e47928a6eea505c918 (diff) | |
download | openttd-98b3840a3eef8b60da452e348cfcc5173fc1a8cd.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; } |