(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
This commit is contained in:
@@ -68,7 +68,7 @@ static inline IndustryID GetIndustryIndex(TileIndex t)
|
||||
* @pre IsTileType(t, MP_INDUSTRY)
|
||||
* @return the industry
|
||||
*/
|
||||
static inline Industry* GetIndustryByTile(TileIndex t)
|
||||
static inline Industry *GetIndustryByTile(TileIndex t)
|
||||
{
|
||||
return GetIndustry(GetIndustryIndex(t));
|
||||
}
|
||||
|
Reference in New Issue
Block a user