summaryrefslogtreecommitdiff
path: root/src/object_flag_set.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:09 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:49:38 +0200
commite5f00458bdd1389cfabe45991b04104e415bf125 (patch)
tree358813cd02ff7eb013e58dcab23b56cbac3ee2c3 /src/object_flag_set.hpp
parentcbafbc638c2e1d5bb40ee6bc419007062e9615e4 (diff)
Reduce #object_flag tiers
Diffstat (limited to 'src/object_flag_set.hpp')
-rw-r--r--src/object_flag_set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object_flag_set.hpp b/src/object_flag_set.hpp
index 478b6c03..a4e8f874 100644
--- a/src/object_flag_set.hpp
+++ b/src/object_flag_set.hpp
@@ -2,6 +2,6 @@
#include "flag_set.hpp"
-constexpr std::size_t TR_MAX_TIERS = 7;
+constexpr std::size_t TR_MAX_TIERS = 6;
typedef flag_set<TR_MAX_TIERS> object_flag_set;