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