(svn r20896) -Codechange: Split recompution of productionrates for non-smooth economy to separate function.
This commit is contained in:
@@ -65,6 +65,8 @@ struct Industry : IndustryPool::PoolItem<&_industry_pool> {
|
||||
Industry(TileIndex tile = INVALID_TILE) : location(tile, 0, 0) {}
|
||||
~Industry();
|
||||
|
||||
void RecomputeProductionMultipliers();
|
||||
|
||||
/**
|
||||
* Get the industry of the given tile
|
||||
* @param tile the tile to get the industry from
|
||||
|
Reference in New Issue
Block a user