(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
This commit is contained in:
@@ -17,7 +17,7 @@ static inline StationID GetStationIndex(TileIndex t)
|
||||
return (StationID)_m[t].m2;
|
||||
}
|
||||
|
||||
static inline Station* GetStationByTile(TileIndex t)
|
||||
static inline Station *GetStationByTile(TileIndex t)
|
||||
{
|
||||
return GetStation(GetStationIndex(t));
|
||||
}
|
||||
|
Reference in New Issue
Block a user