summaryrefslogtreecommitdiffhomepage
path: root/loader/wall-cell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wall-cell.hpp')
-rw-r--r--loader/wall-cell.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wall-cell.hpp b/loader/wall-cell.hpp
index 507a09c2..e8cd15d5 100644
--- a/loader/wall-cell.hpp
+++ b/loader/wall-cell.hpp
@@ -9,8 +9,8 @@ class wall_atlas;
struct wall_cell
{
- String name;
std::shared_ptr<wall_atlas> atlas;
+ String name;
static vector_wrapper<const wall_cell> load_atlases_from_json();
};