From af18c30f30d550b98f7fe3dc89c8977a2aeb7f51 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 16 Sep 2010 16:31:57 +0000 Subject: (svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) --- src/waypoint_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint_base.h') diff --git a/src/waypoint_base.h b/src/waypoint_base.h index 7dc7a5753..6b8d59579 100644 --- a/src/waypoint_base.h +++ b/src/waypoint_base.h @@ -15,7 +15,7 @@ #include "base_station_base.h" struct Waypoint : SpecializedStation { - uint16 town_cn; ///< The Nth waypoint for this town (consecutive number) + uint16 town_cn; ///< The N-1th waypoint for this town (consecutive number) Waypoint(TileIndex tile = INVALID_TILE) : SpecializedStation(tile) { } ~Waypoint(); -- cgit v1.2.3-70-g09d2