--- a/src/economy.cpp Sat Sep 06 02:43:46 2008 +0000 +++ b/src/economy.cpp Sat Sep 06 02:53:18 2008 +0000 @@ -584,7 +584,7 @@ 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) {