From 3bf49ee7d4458c51bafdb5581c288fbd0f71d532 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 9 Sep 2023 23:10:03 -0400 Subject: Support the new dump format with locked attribute. --- mapman/src/mapdump.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'mapman/src/mapdump.hpp') 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; }; -- cgit v1.2.3