(svn r19345) -Feature: Realistic acceleration for road vehicles.

This commit is contained in:
terkhen
2010-03-06 12:56:57 +00:00
parent e770b3d6bb
commit c958c2c31f
9 changed files with 77 additions and 11 deletions

View File

@@ -324,6 +324,9 @@ void AfterLoadVehicles(bool part_of_load)
RoadVehicle *rv = RoadVehicle::From(v);
if (rv->IsRoadVehFront()) {
RoadVehUpdateCache(rv);
if (_settings_game.vehicle.roadveh_acceleration_model != AM_ORIGINAL) {
rv->CargoChanged();
}
}
}
}