(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.

This commit is contained in:
michi_cc
2010-07-09 14:14:17 +00:00
parent 82fc340a0a
commit 811f0db597
3 changed files with 13 additions and 6 deletions

View File

@@ -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. */