summaryrefslogtreecommitdiff
path: root/src/store_info_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/store_info_type.hpp')
-rw-r--r--src/store_info_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store_info_type.hpp b/src/store_info_type.hpp
index 9d0ba55f..fad32a93 100644
--- a/src/store_info_type.hpp
+++ b/src/store_info_type.hpp
@@ -17,7 +17,7 @@ struct store_info_type
s16b max_obj = 0; /* Number of items this store can hold */
- u16b owners[4] = { 0 }; /* List of owners(refers to ow_info) */
+ std::vector<u16b> owners; /* List of owners; refers to ow_info */
u16b actions[6] = { 0 }; /* Actions(refers to ba_info) */