From 36dc9ffeda301f79ee51d893601ad16c10f98294 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 30 Jan 2006 18:42:46 +0000 Subject: [PATCH] (svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented) --- newgrf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/newgrf.c b/newgrf.c index ae6de3d260..479b52721f 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 {