Pay company loan interest before accumulating quarterly statistics
See: #524
This commit is contained in:
@@ -2395,12 +2395,12 @@ void LoadUnloadStation(Station *st)
|
|||||||
*/
|
*/
|
||||||
void CompaniesMonthlyLoop()
|
void CompaniesMonthlyLoop()
|
||||||
{
|
{
|
||||||
|
CompaniesPayInterest();
|
||||||
CompaniesGenStatistics();
|
CompaniesGenStatistics();
|
||||||
if (_settings_game.economy.inflation) {
|
if (_settings_game.economy.inflation) {
|
||||||
AddInflation();
|
AddInflation();
|
||||||
RecomputePrices();
|
RecomputePrices();
|
||||||
}
|
}
|
||||||
CompaniesPayInterest();
|
|
||||||
HandleEconomyFluctuations();
|
HandleEconomyFluctuations();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user