summaryrefslogtreecommitdiffhomepage
path: root/loader/wall-traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wall-traits.hpp')
-rw-r--r--loader/wall-traits.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wall-traits.hpp b/loader/wall-traits.hpp
index a3134b22..e773ef58 100644
--- a/loader/wall-traits.hpp
+++ b/loader/wall-traits.hpp
@@ -19,7 +19,7 @@ template<> struct atlas_loader_traits<wall_atlas>
static StringView name_of(const Cell& x);
static StringView name_of(const Atlas& x);
static String& name_of(Cell& x);
- static void ensure_atlases_loaded(Storage& st);
+ static void load_atlas_list(Storage& st);
static Pointer<Cell> make_invalid_atlas(Storage& st);
static std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& c);
static Optional<Cell> make_cell(StringView name);