(svn r14254) -Codechange: Code style and breathing room
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user