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

This commit is contained in:
2010-01-31 13:17:29 +00:00
parent 2331ccd589
commit 2b820780a1
5 changed files with 28 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ struct TrainCache : public AccelerationCache {
/* cached max. speed / acceleration data */
uint16 cached_max_speed; ///< max speed of the consist. (minimum of the max speed of all vehicles in the consist)
uint16 cached_max_rail_speed; ///< max consist speed limited by rail type
int cached_max_curve_speed; ///< max consist speed limited by curves
/**