(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user