File diff r18781:e1de9a06f7cd → r18782:6453522c2154
src/town.h
Show inline comments
 
@@ -133,7 +133,7 @@ struct Town : TownPool::PoolItem<&_town_
 

	
 
	void UpdateVirtCoord();
 

	
 
	static FORCEINLINE Town *GetByTile(TileIndex tile)
 
	static inline Town *GetByTile(TileIndex tile)
 
	{
 
		return Town::Get(GetTownIndex(tile));
 
	}