summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authororudge <orudge@openttd.org>2005-05-29 20:05:04 +0000
committerorudge <orudge@openttd.org>2005-05-29 20:05:04 +0000
commit188d1e2e190e227f46ca0e1930b1b3aa4746a13d (patch)
treeb0464ae74c1e516dc6f34533122691ab989907f9 /newgrf.c
parent7d9fe86622ec0b2e0d8544bcec5e26cf5f4f1085 (diff)
downloadopenttd-188d1e2e190e227f46ca0e1930b1b3aa4746a13d.tar.xz
(svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
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 3cc1827ef..9a6e3604f 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 */