1
0
Fork 0

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

release/0.7
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); 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) {