summaryrefslogtreecommitdiff
path: root/src/goal_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goal_type.h')
-rw-r--r--src/goal_type.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/goal_type.h b/src/goal_type.h
index 223cf2c79..75b4c13f6 100644
--- a/src/goal_type.h
+++ b/src/goal_type.h
@@ -14,9 +14,8 @@
#include "core/enum_type.hpp"
-enum {
- GOAL_QUESTION_BUTTON_COUNT = 18, ///< Amount of buttons available.
-};
+static const uint32 GOAL_QUESTION_BUTTON_COUNT = 18; ///< Amount of buttons available.
+static const byte GOAL_QUESTION_TYPE_COUNT = 4; ///< Amount of question types.
/** Types of goal destinations */
enum GoalType {