summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/impl.hpp')
-rw-r--r--loader/impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/impl.hpp b/loader/impl.hpp
index ec571ae4..38a89265 100644
--- a/loader/impl.hpp
+++ b/loader/impl.hpp
@@ -45,7 +45,7 @@ struct loader_impl final : loader_
// >-----> walls >----->
struct wall_index { uint32_t val = (uint32_t)-1; };
- tsl::robin_map<StringView, const wall_info*> wall_atlas_map;
+ tsl::robin_map<StringView, wall_info*> wall_atlas_map;
std::vector<wall_info> wall_atlas_array;
const wall_info& wall_atlas(StringView name, StringView dir) override;