aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/mapdump.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2023-09-09 23:10:03 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-09-09 23:10:03 -0400
commit3bf49ee7d4458c51bafdb5581c288fbd0f71d532 (patch)
treeea25b044afc947765b30440c35c2d70fd944f4aa /mapman/src/mapdump.hpp
parent6f7a34ed5c84bd49aa1f7a55983695eaec379e16 (diff)
downloadmeteor-trashy-addon-3bf49ee7d4458c51bafdb5581c288fbd0f71d532.tar.xz
Support the new dump format with locked attribute.
Diffstat (limited to 'mapman/src/mapdump.hpp')
-rw-r--r--mapman/src/mapdump.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapman/src/mapdump.hpp b/mapman/src/mapdump.hpp
index aa771e6..50f90ec 100644
--- a/mapman/src/mapdump.hpp
+++ b/mapman/src/mapdump.hpp
@@ -12,6 +12,7 @@ struct map_t
{
int id;
std::string custom_name;
+ bool locked;
map_data_t map_data;
};