author | truelight |
Thu, 24 Mar 2005 15:15:06 +0000 | |
changeset 1541 | 88d76661a786 |
parent 1540 | 6eef12dab5bf |
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); }