summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-09-06 02:53:18 +0000
committerbelugas <belugas@openttd.org>2008-09-06 02:53:18 +0000
commitdb58c25af214e02315b2428b6d6a4e797a50659d (patch)
tree28e5308ff649ec3d9a978cfb7efaf19b9be533f6 /src/economy.cpp
parent8bb50123f9d2e869a11709a60749beba4f482de6 (diff)
downloadopenttd-db58c25af214e02315b2428b6d6a4e797a50659d.tar.xz
(svn r14254) -Codechange: Code style and breathing room
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp2
1 files changed, 1 insertions, 1 deletions
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) {