changeset 5997:37c3b18068b6 draft

(svn r8708) -Codechange(r8514): No need to use "this->" in methods
author celestar <celestar@openttd.org>
date Tue, 13 Feb 2007 15:44:37 +0000
parents ce1790a98063
children bec0f8d9440b
files src/station.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -184,7 +184,7 @@
  */
 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