From f86318407ca89cecce23128f34c61f9fa4f078b7 Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 24 Mar 2005 15:15:06 +0000 Subject: (svn r2045) -Fix: hopefully fixed the desync problem. Please all test this revision!! (with tnx to Celestar, Hackykid, dp-_ and Tron) --- vehicle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vehicle.c b/vehicle.c index 56ed63be7..82127512c 100644 --- a/vehicle.c +++ b/vehicle.c @@ -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); } -- cgit v1.2.3-54-g00ecf