summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index cecb65e3b..50b5dad7a 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -26,6 +26,7 @@ enum VehicleEnterTileStatus {
* VETS_ENTERED_STATION is set
*/
VETS_STATION_ID_OFFSET = 8,
+ VETS_STATION_MASK = 0xFFFF << VETS_STATION_ID_OFFSET,
/** Bit sets of the above specified bits */
VETSB_CONTINUE = 0, ///< The vehicle can continue normally