summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-10 00:57:16 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-10 01:08:25 +0100
commit2083c7ce05683c864f29b7c46de0cd874b103982 (patch)
tree596963ad23031ece5673f989b0aba8738b2cc425 /loader/impl.cpp
parent7b544078eb0e7cad58bd6fc5251a3c185c9bb082 (diff)
loader: rename serialized_scenery -> scenery_cell
Diffstat (limited to 'loader/impl.cpp')
-rw-r--r--loader/impl.cpp4
1 files changed, 2 insertions, 2 deletions
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"