vehicle.c
changeset 1905 c53f8d71f9b6
parent 1891 862800791170
child 1917 03e113481a62
--- a/vehicle.c	Sun Jun 05 05:35:12 2005 +0000
+++ b/vehicle.c	Sun Jun 05 15:37:00 2005 +0000
@@ -188,10 +188,8 @@
 			v->left_coord = INVALID_COORD;
 			VehiclePositionChanged(v);
 
-			if (!_patches.realistic_acceleration && v->type == VEH_Train) {
-				if (v->subtype == TS_Front_Engine)
-					UpdateTrainAcceleration(v);
-			}
+			if (v->type == VEH_Train && v->subtype == TS_Front_Engine)
+				TrainConsistChanged(v);
 		}
 	}
 }