diff --git a/src/economy.cpp b/src/economy.cpp index 5953a7641e..cb1e598319 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -1969,12 +1969,12 @@ void LoadUnloadStation(Station *st) */ void CompaniesMonthlyLoop() { + CompaniesPayInterest(); CompaniesGenStatistics(); if (_settings_game.economy.inflation) { AddInflation(); RecomputePrices(); } - CompaniesPayInterest(); HandleEconomyFluctuations(); }