OpenTTD
|
Data structure for storing engine speed changes of an acceleration type. More...
Data Fields | |
byte | small_turn |
Speed change due to a small turn. | |
byte | large_turn |
Speed change due to a large turn. | |
byte | z_up |
Fraction to remove when moving up. | |
byte | z_down |
Fraction to add when moving down. |
Data structure for storing engine speed changes of an acceleration type.
Definition at line 2875 of file train_cmd.cpp.