From 1fb915df69aaa77ec8be39bb96650e5ec568e245 Mon Sep 17 00:00:00 2001 From: signde Date: Sat, 11 Sep 2004 19:34:11 +0000 Subject: (svn r207) -Codechange: randomizer handling -Fix: desync problem fixes -Fix: server doesnt hang anymore when a client timed out -Feature: low latency connection enhancements [*net_sync_freq, *net_ready_ahead] --- economy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'economy.c') 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(); } -- cgit v1.2.3-54-g00ecf