(svn r18971) -Fix: Train acceleration for original acceleration model wasn't updated if the train's power changed.

pull/155/head
peter1138 15 years ago
parent 075217f7b5
commit f990c1ecba

@ -3442,6 +3442,7 @@ static void TrainController(Train *v, Vehicle *nomove)
if (GetTileRailType(gp.new_tile) != GetTileRailType(gp.old_tile)) {
v->First()->PowerChanged();
v->First()->UpdateAcceleration();
}
v->track = chosen_track;

Loading…
Cancel
Save