diff options
Diffstat (limited to 'src/town_map.h')
-rw-r--r-- | src/town_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_map.h b/src/town_map.h index b73404d6a..d1fcf4b7b 100644 --- a/src/town_map.h +++ b/src/town_map.h @@ -38,7 +38,7 @@ static inline void SetTownIndex(TileIndex t, TownID index) * @param t the tile to get the town of * @return the town */ -static inline Town* GetTownByTile(TileIndex t) +static inline Town *GetTownByTile(TileIndex t) { return GetTown(GetTownIndex(t)); } |