summaryrefslogtreecommitdiff
path: root/src/vehicle_type.h
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-02-18 23:55:45 +0000
committerPeterN <peter@fuzzle.org>2019-03-16 22:30:11 +0000
commitfe448a26166dbde1933be797951f0c6329523911 (patch)
tree20d9ad7cf6bf6067a929a3d0b69375387771128c /src/vehicle_type.h
parentc7b5f34138cf08016239c6f5732e5ae8c0262230 (diff)
downloadopenttd-fe448a26166dbde1933be797951f0c6329523911.tar.xz
Remove: OPF
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
};