(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
This commit is contained in:
@@ -40,7 +40,7 @@ static inline void SetTownIndex(TileIndex t, TownID index)
|
||||
*/
|
||||
static inline Town *GetTownByTile(TileIndex t)
|
||||
{
|
||||
return GetTown(GetTownIndex(t));
|
||||
return Town::Get(GetTownIndex(t));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user