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

This commit is contained in:
belugas
2008-09-06 02:53:18 +00:00
parent c47db95ad4
commit 521afee044

View File

@@ -584,7 +584,7 @@ static void PlayersGenStatistics()
SubtractMoneyFromPlayer(cost); 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; return;
FOR_ALL_PLAYERS(p) { FOR_ALL_PLAYERS(p) {