summaryrefslogtreecommitdiff
path: root/src/vehicle_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle_type.h')
-rw-r--r--src/vehicle_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_type.h b/src/vehicle_type.h
index f3e7d535f..1bc5bcef4 100644
--- a/src/vehicle_type.h
+++ b/src/vehicle_type.h
@@ -60,7 +60,7 @@ static const VehicleID INVALID_VEHICLE = 0xFFFFF; ///< Constant representing a n
/** Pathfinding option states */
enum VehiclePathFinders {
- VPF_OPF = 0, ///< The Original PathFinder (only for ships)
+ // Original PathFinder (OPF) used to be 0
VPF_NPF = 1, ///< New PathFinder
VPF_YAPF = 2, ///< Yet Another PathFinder
};