File diff r18781:e1de9a06f7cd → r18782:6453522c2154
src/industry.h
Show inline comments
 
@@ -93,7 +93,7 @@ struct Industry : IndustryPool::PoolItem
 
	 * @pre IsTileType(t, MP_INDUSTRY)
 
	 * @return the industry
 
	 */
 
	static FORCEINLINE Industry *GetByTile(TileIndex tile)
 
	static inline Industry *GetByTile(TileIndex tile)
 
	{
 
		return Industry::Get(GetIndustryIndex(tile));
 
	}