vehicle.c
changeset 1541 88d76661a786
parent 1537 517b9b9cfaa0
child 1542 62a03537ad0b
--- 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);
 			}