From cf38a5bee6628f4be58a1bd7774658cf86807d5c Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 24 Jul 2009 11:47:12 +0000 Subject: (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written. --- src/station_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_base.h') diff --git a/src/station_base.h b/src/station_base.h index 772c204e3..d9c7369b3 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -133,7 +133,7 @@ public: /* virtual */ FORCEINLINE bool TileBelongsToRailStation(TileIndex tile) const { - return IsRailwayStationTile(tile) && GetStationIndex(tile) == this->index; + return IsRailStationTile(tile) && GetStationIndex(tile) == this->index; } /* virtual */ uint32 GetNewGRFVariable(const ResolverObject *object, byte variable, byte parameter, bool *available) const; -- cgit v1.2.3-54-g00ecf