# HG changeset patch # User peter1138 # Date 2006-01-30 18:42:46 # Node ID 3d261182c550d4afdf7de0535bb5c12fd04cafa1 # Parent 94158a76ebcf1a98317d98a2c3386f3a4acc7370 (svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented) diff --git a/newgrf.c b/newgrf.c --- a/newgrf.c +++ b/newgrf.c @@ -436,6 +436,7 @@ static bool RailVehicleChangeInfo(uint e 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 {