forked from mirror/OpenTTD
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.
This commit is contained in:
@@ -41,6 +41,9 @@ enum VehicleRailFlags {
|
||||
|
||||
/* used to mark a train that can't get a path reservation */
|
||||
VRF_TRAIN_STUCK = 8,
|
||||
|
||||
/* used to mark a train that is just leaving a station */
|
||||
VRF_LEAVING_STATION = 9,
|
||||
};
|
||||
|
||||
/** Modes for ignoring signals. */
|
||||
|
Reference in New Issue
Block a user