From 2083c7ce05683c864f29b7c46de0cd874b103982 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 10 Feb 2024 00:57:16 +0100 Subject: loader: rename serialized_scenery -> scenery_cell --- loader/impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/impl.cpp') diff --git a/loader/impl.cpp b/loader/impl.cpp index 86e79109..12b71a9b 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -1,6 +1,6 @@ #include "impl.hpp" #include "compat/assert.hpp" -#include "scenery.hpp" +#include "scenery-cell.hpp" #include "wall-cell.hpp" #include "anim-cell.hpp" #include "ground-traits.hpp" @@ -10,7 +10,7 @@ #include "wall-cell.hpp" // todo scenery_traits #include "anim-cell.hpp" -#include "scenery.hpp" +#include "scenery-cell.hpp" #include "vobj-cell.hpp" #include "atlas-loader.hpp" #include "atlas-loader-storage.hpp" -- cgit v1.2.3