Vehicles age at calendar speed in wallclock mode
This commit is contained in:
@@ -480,7 +480,7 @@ void Aircraft::OnNewDay()
|
||||
|
||||
if ((++this->day_counter & 7) == 0) DecreaseVehicleValue(this);
|
||||
|
||||
AgeVehicle(this);
|
||||
if (!EconTime::UsingWallclockUnits()) AgeVehicle(this);
|
||||
}
|
||||
|
||||
void Aircraft::OnPeriodic()
|
||||
|
Reference in New Issue
Block a user