diff options
author | tron <tron@openttd.org> | 2006-03-18 09:06:07 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-03-18 09:06:07 +0000 |
commit | d00222b0f761ec2b8e02308eb1e9d8354155aca8 (patch) | |
tree | a1e7eb4c6d9b397179e13cf3db03a4790f14f308 /rail.h | |
parent | efe65dc6662888c5f649a48bc8326f47d072e0ee (diff) | |
download | openttd-d00222b0f761ec2b8e02308eb1e9d8354155aca8.tar.xz |
(svn r3941) Get rid of RAIL_TYPE_SPECIAL
Diffstat (limited to 'rail.h')
-rw-r--r-- | rail.h | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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. */ |