(svn r14254) -Codechange: Code style and breathing room
authorbelugas
Sat, 06 Sep 2008 02:53:18 +0000
changeset 10080 4ac7070a5b0b
parent 10079 8e607bda2986
child 10081 98283ca03a8d
(svn r14254) -Codechange: Code style and breathing room
src/economy.cpp
--- a/src/economy.cpp	Sat Sep 06 02:43:46 2008 +0000
+++ b/src/economy.cpp	Sat Sep 06 02:53:18 2008 +0000
@@ -584,7 +584,7 @@
 		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) {