Merge branch 'master' into jgrpp
Remove 'byte' typedef
This commit is contained in:
@@ -328,7 +328,7 @@ enum DisallowedRoadDirections : uint8_t {
|
||||
};
|
||||
DECLARE_ENUM_AS_BIT_SET(DisallowedRoadDirections)
|
||||
/** Helper information for extract tool. */
|
||||
template <> struct EnumPropsT<DisallowedRoadDirections> : MakeEnumPropsT<DisallowedRoadDirections, byte, DRD_NONE, DRD_END, DRD_END, 2> {};
|
||||
template <> struct EnumPropsT<DisallowedRoadDirections> : MakeEnumPropsT<DisallowedRoadDirections, uint8_t, DRD_NONE, DRD_END, DRD_END, 2> {};
|
||||
|
||||
/**
|
||||
* Gets the disallowed directions
|
||||
|
||||
Reference in New Issue
Block a user