summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/station.cpp2
1 files changed, 1 insertions, 1 deletions
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