(svn r2045) -Fix: hopefully fixed the desync problem. Please all test this revision!!
authortruelight
Thu, 24 Mar 2005 15:15:06 +0000
changeset 1541 5c98ae4cf541
parent 1540 29422ac71fca
child 1542 2ca6d1624e6d
(svn r2045) -Fix: hopefully fixed the desync problem. Please all test this revision!!
(with tnx to Celestar, Hackykid, dp-_ and Tron)
vehicle.c
--- a/vehicle.c	Thu Mar 24 14:43:40 2005 +0000
+++ b/vehicle.c	Thu Mar 24 15:15:06 2005 +0000
@@ -186,7 +186,7 @@
 			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);
 			}