From 28ea38ae5572d99598aa400fb62eb38f5f7ffd7b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Jan 2009 00:31:47 +0000 Subject: (svn r14949) -Cleanup: pointer coding style --- src/town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index 1d9fb3380..e3c7d6f8e 100644 --- a/src/town.h +++ b/src/town.h @@ -367,7 +367,7 @@ void UpdateTownRadius(Town *t); bool CheckIfAuthorityAllows(TileIndex tile); Town *ClosestTownFromTile(TileIndex tile, uint threshold); void ChangeTownRating(Town *t, int add, int max); -HouseZonesBits GetTownRadiusGroup(const Town* t, TileIndex tile); +HouseZonesBits GetTownRadiusGroup(const Town *t, TileIndex tile); void SetTownRatingTestMode(bool mode); /** -- cgit v1.2.3-54-g00ecf