summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-01-30 18:42:46 +0000
committerpeter1138 <peter1138@openttd.org>2006-01-30 18:42:46 +0000
commite2dda7bce61cc5c576965d07b123a2d05391826b (patch)
tree4dce2264a789b3a6bbe5e77455775e2e26c4f4a1 /newgrf.c
parent5e1e90260016fc5ad7a62a824922f9766158bbf8 (diff)
downloadopenttd-e2dda7bce61cc5c576965d07b123a2d05391826b.tar.xz
(svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented)
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 ae6de3d26..479b52721 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -436,6 +436,7 @@ static bool RailVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf
case 0x20: /* Air drag */
case 0x25: /* User-defined bit mask to set when checking veh. var. 42 */
case 0x26: /* Retire vehicle early */
+ case 0x27: /* Miscellaneous flags */
{
/* TODO */
FOR_EACH_OBJECT {