Update to 14.0-RC2

This commit is contained in:
dP
2024-03-17 01:01:56 +07:00
parent 53ff9d1f9f
commit da761f41e2
164 changed files with 9303 additions and 5998 deletions
+1
View File
@@ -1728,6 +1728,7 @@ void RoadVehicle::OnNewCalendarDay()
void RoadVehicle::OnNewEconomyDay()
{
if (!this->IsFrontEngine()) return;
EconomyAgeVehicle(this);
if ((++this->day_counter & 7) == 0) DecreaseVehicleValue(this);
if (this->blocked_ctr == 0) CheckVehicleBreakdown(this);