summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authororudge <orudge@openttd.org>2005-05-29 20:42:01 +0000
committerorudge <orudge@openttd.org>2005-05-29 20:42:01 +0000
commit98b3840a3eef8b60da452e348cfcc5173fc1a8cd (patch)
treeaf798c1dfa7a10c1e19a0e6e9e5f4a22aae15e4f /newgrf.c
parent8ef11fc41f23a44e34bb33e47928a6eea505c918 (diff)
downloadopenttd-98b3840a3eef8b60da452e348cfcc5173fc1a8cd.tar.xz
(svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf.c b/newgrf.c
index 6e5a2dbf4..225b2d10f 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;
}