File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/economy.cpp
Show inline comments
 
@@ -77,7 +77,7 @@ static inline int32 BigMulS(const int32 
 
	return (int32)((int64)a * (int64)b >> shift);
 
}
 

	
 
typedef SmallVector<Industry *, 16> SmallIndustryList;
 
typedef std::vector<Industry *> SmallIndustryList;
 

	
 
/**
 
 * Score info, values used for computing the detailed performance rating.