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