diff --git a/src/economy.cpp b/src/economy.cpp index 0e93f9e3ba..8f5dc9333f 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -1977,12 +1977,12 @@ void LoadUnloadStation(Station *st) */ static IntervalTimer _companies_monthly({TimerGameCalendar::MONTH, TimerGameCalendar::Priority::COMPANY}, [](auto) { + CompaniesPayInterest(); CompaniesGenStatistics(); if (_settings_game.economy.inflation) { AddInflation(); RecomputePrices(); } - CompaniesPayInterest(); HandleEconomyFluctuations(); });