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

This commit is contained in:
belugas 2008-09-06 02:53:18 +00:00
parent 8bb50123f9
commit db58c25af2
1 changed files with 1 additions and 1 deletions

View File

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