summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-02-25 11:49:43 +0000
committertron <tron@openttd.org>2007-02-25 11:49:43 +0000
commit311af1a956ac7beda22061503999e185a81f129d (patch)
tree2d237053b9b6e0cd97d5ebfe7895d3952a97dcce /src/rail.h
parent3ce4baa9fc9b8973503fdaea37a408ff0852c659 (diff)
downloadopenttd-311af1a956ac7beda22061503999e185a81f129d.tar.xz
(svn r8900) -Fix
Get rid of DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits)
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rail.h b/src/rail.h
index 7f3d4330d..622fa60c0 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -88,7 +88,6 @@ template <> struct EnumPropsT<TrackBits> : MakeEnumPropsT<TrackBits, byte, TRACK
typedef TinyEnumT<TrackBits> TrackBitsByte;
DECLARE_ENUM_AS_BIT_SET(TrackBits);
-DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits);
/**
* Maps a Track to the corresponding TrackBits value