summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-09-16 16:43:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-09-20 20:25:52 +0200
commit02f712a439ef3f59569c4e942024b496eeb24370 (patch)
tree38c9650021890f128e5afea5acc55bf6dec60052 /src/scenery.hpp
parentfb287a0caf3c129150c19a4b6db6188a5ff2053d (diff)
scenery: externalize door z-offset
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r--src/scenery.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp
index 1c3b03ad..70b7733c 100644
--- a/src/scenery.hpp
+++ b/src/scenery.hpp
@@ -14,7 +14,8 @@ struct anim_atlas;
struct world;
enum class scenery_type : unsigned char {
- none, generic, door,
+ none, generic,
+ door, // todo remove it
};
constexpr inline size_t scenery_type_BITS = 3;