mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
This commit is contained in:
parent
77ce6d50cf
commit
6c9a02be68
1
newgrf.c
1
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user