(svn r2045) -Fix: hopefully fixed the desync problem. Please all test this revision!!

(with tnx to Celestar, Hackykid, dp-_ and Tron)
pull/155/head
truelight 20 years ago
parent fd77153960
commit 625d041e99

@ -186,7 +186,7 @@ void AfterLoadVehicles(void)
v->left_coord = INVALID_COORD;
VehiclePositionChanged(v);
if (v->type == VEH_Train) {
if (!_patches.realistic_acceleration && v->type == VEH_Train) {
if (v->subtype == TS_Front_Engine)
UpdateTrainAcceleration(v);
}

Loading…
Cancel
Save