From 521afee0448d39571d99c4ddd59200e5e200ad44 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 6 Sep 2008 02:53:18 +0000 Subject: (svn r14254) -Codechange: Code style and breathing room --- src/economy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/economy.cpp b/src/economy.cpp index e4ba68fad..ee9ada24b 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -584,7 +584,7 @@ static void PlayersGenStatistics() SubtractMoneyFromPlayer(cost); } - if (!HasBit(1<<0|1<<3|1<<6|1<<9, _cur_month)) + if (!HasBit(1 << 0 | 1 << 3 | 1 << 6 | 1 << 9, _cur_month)) return; FOR_ALL_PLAYERS(p) { -- cgit v1.2.3-70-g09d2