summaryrefslogtreecommitdiff
path: root/src/rail_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rail_type.h')
-rw-r--r--src/rail_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail_type.h b/src/rail_type.h
index 9b0b34e4b..e93fd9f0f 100644
--- a/src/rail_type.h
+++ b/src/rail_type.h
@@ -43,7 +43,7 @@ enum RailType {
/** Allow incrementing of Track variables */
DECLARE_POSTFIX_INCREMENT(RailType)
/** Define basic enum properties */
-template <> struct EnumPropsT<RailType> : MakeEnumPropsT<RailType, byte, RAILTYPE_BEGIN, RAILTYPE_END, INVALID_RAILTYPE> {};
+template <> struct EnumPropsT<RailType> : MakeEnumPropsT<RailType, byte, RAILTYPE_BEGIN, RAILTYPE_END, INVALID_RAILTYPE, 4> {};
typedef TinyEnumT<RailType> RailTypeByte;
/**