summaryrefslogtreecommitdiff
path: root/src/set_component.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/set_component.hpp')
-rw-r--r--src/set_component.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set_component.hpp b/src/set_component.hpp
index 18dc4d57..fed44451 100644
--- a/src/set_component.hpp
+++ b/src/set_component.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
#include "object_flag_set.hpp"
#include <array>
@@ -9,7 +9,7 @@
constexpr std::size_t SET_MAX_SIZE = 6;
struct set_component {
- bool_ present = FALSE; /* Is it being worn? */
+ bool present = false; /* Is it being worn? */
s16b a_idx = 0; /* What artifact? */
std::array<s16b , SET_MAX_SIZE> pval; /* Pval for each combination */
std::array<object_flag_set, SET_MAX_SIZE> flags; /* Flags */