forked from mirror/OpenTTD
(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)
This commit is contained in:
@@ -52,4 +52,12 @@ enum EffectVehicle {
|
||||
EV_BUBBLE = 9
|
||||
};
|
||||
|
||||
/** Pathfinding option states */
|
||||
enum {
|
||||
VPF_OPF = 0, ///< The Original PathFinder
|
||||
VPF_NTP = 0, ///< New Train Pathfinder, replacing OPF for trains
|
||||
VPF_NPF = 1, ///< New PathFinder
|
||||
VPF_YAPF = 2, ///< Yet Another PathFinder
|
||||
};
|
||||
|
||||
#endif /* VEHICLE_TYPE_H */
|
||||
|
Reference in New Issue
Block a user