Files
openttd/src
Jonathan G Rennison 5e924262f4 Fix speed reduction after critical breakdowns.
Previous code set vcache.cached_max_speed directly (and incorrectly),
which did not survive across save/load or network joins.
Instead add a struct Train field to store the number
of critical breakdowns since last service and do the speed reduction
properly in Train::ConsistChanged.
Slightly tweak algorithm for speed reduction.
2016-01-18 18:27:51 +00:00
..
2015-08-02 22:58:52 +01:00
2015-03-15 12:19:58 +00:00
2015-08-02 22:58:52 +01:00
2015-08-02 22:58:52 +01:00
2014-03-23 21:56:48 +00:00
2015-03-15 12:19:58 +00:00