From 5e880a6a75d5fb3e9d9b90d30ebd720c9dce2a6e Mon Sep 17 00:00:00 2001 From: celestar Date: Tue, 13 Feb 2007 15:44:37 +0000 Subject: (svn r8708) -Codechange(r8514): No need to use "this->" in methods --- src/station.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/station.cpp b/src/station.cpp index 1f72df7ba..14f46abaf 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -184,7 +184,7 @@ bool Station::TileBelongsToRailStation(TileIndex tile) const */ bool Station::IsBuoy() const { - return (this->had_vehicle_of_type & HVOT_BUOY) != 0; + return (had_vehicle_of_type & HVOT_BUOY) != 0; } /** Determines whether a station exists -- cgit v1.2.3-70-g09d2