diff options
Diffstat (limited to 'src/station_map.h')
-rw-r--r-- | src/station_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_map.h b/src/station_map.h index 38a0a58d7..eaa092c2a 100644 --- a/src/station_map.h +++ b/src/station_map.h @@ -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)); } |