(svn r10288) -Fix [FS#202]: also age engines that aren't front-engines (based on a patch by kaan)

pull/155/head
truelight 18 years ago
parent 37e3cbb980
commit 872ba4e659

@ -3410,6 +3410,9 @@ void OnNewDay_Train(Vehicle *v)
InvalidateWindow(WC_VEHICLE_DETAILS, v->index);
InvalidateWindowClasses(WC_TRAINS_LIST);
}
} else if (IsTrainEngine(v)) {
/* Also age engines that aren't front engines */
AgeVehicle(v);
}
}

Loading…
Cancel
Save