summaryrefslogtreecommitdiff
path: root/src/store_info_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
commitcb9fde0cde82d4122c8bd9836309720294dee77f (patch)
tree2d36dff617bf0144fce0c7e0992eb6ef9544a560 /src/store_info_type.hpp
parent347afc50368137901a989ac4a4fc9298056c7377 (diff)
Rework store_info_type::owners to std::vector<>
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) */