summaryrefslogtreecommitdiff
path: root/economy.c
diff options
context:
space:
mode:
Diffstat (limited to 'economy.c')
-rw-r--r--economy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/economy.c b/economy.c
index a9e18e0a7..578230688 100644
--- a/economy.c
+++ b/economy.c
@@ -1305,6 +1305,8 @@ void PlayersMonthlyLoop()
if (_patches.inflation)
AddInflation();
PlayersPayInterest();
+ // Reset the _current_player flag
+ _current_player = OWNER_NONE;
HandleEconomyFluctuations();
SubsidyMonthlyHandler();
}