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