forked from mirror/OpenTTD
(svn r11732) -Fix (r4150): elrail merge gave elrail, monorail & maglev unintended speed bonuses for curves, as the bonus was based on the railtype index. The bonus is now specified by a property of the railtype.
This commit is contained in:
@@ -89,6 +89,11 @@ struct RailtypeInfo {
|
||||
* Offset to add to ground sprite when drawing custom waypoints / stations
|
||||
*/
|
||||
byte custom_ground_offset;
|
||||
|
||||
/**
|
||||
* Multiplier for curve maximum speed advantage
|
||||
*/
|
||||
byte curve_speed;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user