(svn r18972) -Add: [NewGRF] Per-rail type speed limits.

This commit is contained in:
peter1138
2010-01-31 13:17:29 +00:00
parent f990c1ecba
commit 8ef348311d
5 changed files with 28 additions and 3 deletions

View File

@@ -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
*/