(svn r18972) -Add: [NewGRF] Per-rail type speed limits.
This commit is contained in:
@@ -145,6 +145,11 @@ struct RailtypeInfo {
|
||||
*/
|
||||
uint8 acceleration_type;
|
||||
|
||||
/**
|
||||
* Maximum speed for vehicles travelling on this rail type
|
||||
*/
|
||||
uint16 max_speed;
|
||||
|
||||
/**
|
||||
* Unique 32 bit rail type identifier
|
||||
*/
|
||||
|
Reference in New Issue
Block a user