summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-21 23:55:57 +0000
committerrubidium <rubidium@openttd.org>2008-01-21 23:55:57 +0000
commita83b91dbc52f237a120e805672a7d676fa592e7d (patch)
treef2a45cf20dfcc7b58fae03b2429086124f62fa39 /src/tile_cmd.h
parent9d754a7f7684295e18661aa7ed361f3c4c5b1ca8 (diff)
downloadopenttd-a83b91dbc52f237a120e805672a7d676fa592e7d.tar.xz
(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.
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