aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/mapdump.hpp
diff options
context:
space:
mode:
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;
};