summaryrefslogtreecommitdiffhomepage
path: root/serialize/world-impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/world-impl.hpp')
-rw-r--r--serialize/world-impl.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/serialize/world-impl.hpp b/serialize/world-impl.hpp
index 99db4cc0..e74ebda2 100644
--- a/serialize/world-impl.hpp
+++ b/serialize/world-impl.hpp
@@ -54,12 +54,12 @@ constexpr inline atlasid scenery_id_max = int_max<atlasid> & ~scenery_id_flag_ma
} // namespace
enum : tilemeta {
- meta_ground = 1 << (pass_bits + 0),
- meta_wall_n = 1 << (pass_bits + 1),
- meta_wall_w = 1 << (pass_bits + 2),
- meta_short_atlasid = 1 << (pass_bits + 3),
- meta_short_variant_ = 1 << (pass_bits + 4),
- meta_scenery = 1 << (pass_bits + 5),
+ meta_ground = 1 << 2,
+ meta_wall_n = 1 << 3,
+ meta_wall_w = 1 << 4,
+ meta_short_atlasid = 1 << 5,
+ meta_short_variant_ = 1 << 6,
+ meta_scenery = 1 << 7,
};
} // namespace floormat::Serialize