diff options
Diffstat (limited to 'loader/impl.cpp')
-rw-r--r-- | loader/impl.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/loader/impl.cpp b/loader/impl.cpp index 704d6de2..969688ea 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -6,6 +6,7 @@ #include "wall-cell.hpp" #include "anim-traits.hpp" #include "anim-cell.hpp" +#include "scenery-traits.hpp" #include "scenery-cell.hpp" // todo scenery_traits #include "vobj-cell.hpp" @@ -54,9 +55,7 @@ void loader_impl::destroy() _ground_loader = {InPlace}; _wall_loader = {InPlace}; _anim_loader = {InPlace}; - sceneries_map.clear(); - sceneries_array.clear(); - + _scenery_loader = {InPlace}; vobj_atlas_map.clear(); vobjs.clear(); } |