Enable economy day length scaling in wallclock timekeeping mode

This commit is contained in:
Jonathan G Rennison
2024-04-30 01:11:38 +01:00
parent 9a07f14f56
commit d90c540f9e
20 changed files with 177 additions and 40 deletions

View File

@@ -467,7 +467,7 @@ static void OnNewEconomyDay()
}
}
static void IncreaseCalendarDate()
void IncreaseCalendarDate()
{
/* If calendar day progress is frozen, don't try to advance time. */
if (CalTime::IsCalendarFrozen()) return;