(svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help).

This commit is contained in:
KUDr
2006-10-17 16:16:19 +00:00
parent 3625d6f06b
commit 13f8fa8ba9
8 changed files with 53 additions and 26 deletions

View File

@@ -92,6 +92,9 @@ enum {
// used to reverse the visible direction of the vehicle
VRF_REVERSE_DIRECTION = 4,
// used to mark train as lost because PF can't find the route
VRF_NO_PATH_TO_DESTINATION = 5,
};
typedef struct VehicleAir {