summaryrefslogtreecommitdiff
path: root/rail.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-18 09:06:07 +0000
committertron <tron@openttd.org>2006-03-18 09:06:07 +0000
commitdabfa14778bdea8627dc7805922ae5e7cd8059a8 (patch)
treea1e7eb4c6d9b397179e13cf3db03a4790f14f308 /rail.h
parentc04dbc9c0125e366133dfc2365d46b5fdf3c964f (diff)
downloadopenttd-dabfa14778bdea8627dc7805922ae5e7cd8059a8.tar.xz
(svn r3941) Get rid of RAIL_TYPE_SPECIAL
Diffstat (limited to 'rail.h')
-rw-r--r--rail.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/rail.h b/rail.h
index b829e2a10..ac2c47e60 100644
--- a/rail.h
+++ b/rail.h
@@ -9,22 +9,6 @@
#include "rail_map.h"
#include "tile.h"
-/*
- * Some enums for accesing the map bytes for rail tiles
- */
-
-enum { /* DEPRECATED TODO: Rewrite all uses of this */
- RAIL_TYPE_SPECIAL = 0x80, /* This used to say "If this bit is set, then it's
- * not a regular track.", but currently, you
- * should rather view map5[6..7] as one type,
- * containing a value from RailTileTypes above.
- * This value is only maintained for backwards
- * compatibility */
-
- /* There used to be RAIL_BIT_* enums here, they moved to (for now) npf.c as
- * TRACK_BIT_* */
-};
-
/** These are a combination of tracks and directions. Values are 0-5 in one
direction (corresponding to the Track enum) and 8-13 in the other direction. */