summaryrefslogtreecommitdiffhomepage
path: root/editor/wall-editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/wall-editor.cpp')
-rw-r--r--editor/wall-editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp
index 1d2e7cb3..1e50290b 100644
--- a/editor/wall-editor.cpp
+++ b/editor/wall-editor.cpp
@@ -55,7 +55,7 @@ void wall_editor::load_atlases()
if (wa.name != loader.INVALID) [[likely]]
(void)loader.wall_atlas(wa.name);
else
- loader.make_invalid_wall_atlas();
+ loader.invalid_wall_atlas();
fm_assert(wa.atlas);
_atlases[wa.name] = &wa;
}