summaryrefslogtreecommitdiffhomepage
path: root/loader/ground-traits.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-11 08:53:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-11 08:53:20 +0100
commitffcaa950516c41a1aa73d5c6742f8a8af5fb355d (patch)
tree83065b1a39b0961cad57b0a3cc01ca6d896fdef9 /loader/ground-traits.hpp
parent017cb08bf33608f1ceb8d59800a8d1d2f9d5d455 (diff)
loader: change a few misleading function names
Diffstat (limited to 'loader/ground-traits.hpp')
-rw-r--r--loader/ground-traits.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/ground-traits.hpp b/loader/ground-traits.hpp
index 91f6c3aa..bf66419c 100644
--- a/loader/ground-traits.hpp
+++ b/loader/ground-traits.hpp
@@ -19,7 +19,7 @@ template<> struct atlas_loader_traits<ground_atlas>
static StringView name_of(const Cell& x);
static StringView name_of(const Atlas& x);
static String& name_of(Cell& x);
- static void load_atlas_list(Storage& s);
+ static void atlas_list(Storage& s);
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);