Cleanup: Remove obsolete (Make)EnumPropsT. (#10697)
This was used by the command system to help extract p1/p2 parameters, which no longer happens.
This commit is contained in:
@@ -24,7 +24,6 @@ enum TownSize : byte {
|
||||
|
||||
TSZ_END, ///< Number of available town sizes.
|
||||
};
|
||||
template <> struct EnumPropsT<TownSize> : MakeEnumPropsT<TownSize, byte, TSZ_SMALL, TSZ_END, TSZ_END, 2> {};
|
||||
|
||||
enum Ratings {
|
||||
/* These refer to the maximums, so Appalling is -1000 to -400
|
||||
@@ -88,7 +87,6 @@ enum TownLayout : byte {
|
||||
|
||||
NUM_TLS, ///< Number of town layouts
|
||||
};
|
||||
template <> struct EnumPropsT<TownLayout> : MakeEnumPropsT<TownLayout, byte, TL_BEGIN, NUM_TLS, NUM_TLS, 3> {};
|
||||
|
||||
/** Town founding setting values. It needs to be 8bits, because we save and load it as such */
|
||||
enum TownFounding : byte {
|
||||
|
Reference in New Issue
Block a user