From 6c9a02be68a9fae6f272724d0cb9f53640a67c1d Mon Sep 17 00:00:00 2001 From: orudge Date: Sun, 29 May 2005 20:05:04 +0000 Subject: [PATCH] (svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag) --- newgrf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/newgrf.c b/newgrf.c index 3cc1827ef1..9a6e3604f8 100644 --- a/newgrf.c +++ b/newgrf.c @@ -348,6 +348,7 @@ static bool RailVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf case 0x1C: /* Refit cost */ case 0x1E: /* Callback */ case 0x1F: /* Tractive effort */ + case 0x20: /* Air drag */ case 0x21: /* Shorter tenders */ case 0x22: /* Visual */ case 0x23: {/* Powered wagons weight bonus */