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
commit9ca73ebf5ba9525520122b9eb79dbc0da10106ae (patch)
treeaf798c1dfa7a10c1e19a0e6e9e5f4a22aae15e4f /newgrf.c
parent49084f9dd250f08e7398d21e16cd0460a15aad7d (diff)
downloadopenttd-9ca73ebf5ba9525520122b9eb79dbc0da10106ae.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;
}