summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/impl.hpp')
-rw-r--r--loader/impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/impl.hpp b/loader/impl.hpp
index 4cb9236b..37a00304 100644
--- a/loader/impl.hpp
+++ b/loader/impl.hpp
@@ -48,6 +48,7 @@ struct loader_impl final : loader_
struct wall_index { uint32_t val = (uint32_t)-1; };
tsl::robin_map<StringView, wall_info*> wall_atlas_map;
std::vector<wall_info> wall_atlas_array;
+ std::vector<String> missing_wall_atlases;
Pointer<wall_info> invalid_wall_atlas;