File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/economy.cpp
Show inline comments
 
@@ -74,13 +74,13 @@ INSTANTIATE_POOL_METHODS(CargoPayment)
 
 */
 
static inline int32 BigMulS(const int32 a, const int32 b, const uint8 shift)
 
{
 
	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.
 
 */
 
const ScoreInfo _score_info[] = {
 
	{     120, 100}, // SCORE_VEHICLES