summaryrefslogtreecommitdiff
path: root/src/ground_vehicle.hpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-11-06 12:40:38 +0000
committerterkhen <terkhen@openttd.org>2010-11-06 12:40:38 +0000
commit766bf140db3f8a69b46234711c653ee1aba94341 (patch)
tree166e83f4bcaa4f9e650e8d02804c4ba63c8d2b40 /src/ground_vehicle.hpp
parentd699c4a345503df0147de80c7462376f7ff130da (diff)
downloadopenttd-766bf140db3f8a69b46234711c653ee1aba94341.tar.xz
(svn r21092) -Codechange: Merge max speed functions.
Diffstat (limited to 'src/ground_vehicle.hpp')
-rw-r--r--src/ground_vehicle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ground_vehicle.hpp b/src/ground_vehicle.hpp
index 2e748bda4..77822abc9 100644
--- a/src/ground_vehicle.hpp
+++ b/src/ground_vehicle.hpp
@@ -61,7 +61,7 @@ enum GroundVehicleFlags {
* virtual uint32 GetRollingFriction() const = 0;
* virtual int GetAccelerationType() const = 0;
* virtual int32 GetSlopeSteepness() const = 0;
- * virtual uint16 GetInitialMaxSpeed() const = 0;
+ * virtual int GetDisplayMaxSpeed() const = 0;
* virtual uint16 GetMaxTrackSpeed() const = 0;
* virtual bool TileMayHaveSlopedTrack() const = 0;
*/