mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
(svn r14254) -Codechange: Code style and breathing room
This commit is contained in:
parent
8bb50123f9
commit
db58c25af2
@ -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…
Reference in New Issue
Block a user