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
commit1f861bb683f70856787b100219fd40ff31be12b8 (patch)
tree1ed334f14ba6dc9bee69ce7b227e7e548248ddc0 /src/store_info_type.hpp
parentcb9fde0cde82d4122c8bd9836309720294dee77f (diff)
Rework store_info_type::actions into a 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 fad32a93..abb87095 100644
--- a/src/store_info_type.hpp
+++ b/src/store_info_type.hpp
@@ -19,7 +19,7 @@ struct store_info_type
std::vector<u16b> owners; /* List of owners; refers to ow_info */
- u16b actions[6] = { 0 }; /* Actions(refers to ba_info) */
+ std::vector<u16b> actions; /* Actions; refers to ba_info */
byte d_attr = 0; /* Default building attribute */
char d_char = '\0'; /* Default building character */