Change link graph join and compression times to use scaled tick counter

This commit is contained in:
Jonathan G Rennison
2024-02-15 02:05:27 +00:00
parent edbbaeb5d9
commit 1f5b35fac4
15 changed files with 90 additions and 109 deletions

View File

@@ -1623,8 +1623,6 @@ void OnTick_Trees();
void OnTick_Station();
void OnTick_Industry();
void OnTick_LinkGraph();
void CallLandscapeTick()
{
{
@@ -1639,6 +1637,4 @@ void CallLandscapeTick()
OnTick_Industry();
RecordSyncEvent(NSRE_INDUSTRY);
}
OnTick_LinkGraph();
}