Browse Source

增加 business_type >>= 1;

daiyueteng 6 years ago
parent
commit
8d7528d48d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      area_business.cpp

+ 3 - 0
area_business.cpp

@@ -34,7 +34,10 @@ struct area_business_factory
 				break;
 
 			if((business_type&1)==0)
+            {
+                business_type >>= 1;
 				continue;
+            }
 
 			business_type >>= 1;