(svn r14254) -Codechange: Code style and breathing room

pull/155/head
belugas 16 years ago
parent c47db95ad4
commit 521afee044

@ -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) {

Loading…
Cancel
Save