From 9703532543d528757e4635f0eb5c91ccb4c2e300 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Apr 2023 10:08:04 +0200 Subject: a --- serialize/world-impl.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'serialize/world-impl.hpp') diff --git a/serialize/world-impl.hpp b/serialize/world-impl.hpp index b44ec6b4..a869e022 100644 --- a/serialize/world-impl.hpp +++ b/serialize/world-impl.hpp @@ -22,6 +22,7 @@ * 7) Serialize scenery bbox_size offset. * 8) Entity subtypes. * 9) Interned strings. + * 10) Chunk Z level. */ namespace floormat { @@ -48,7 +49,7 @@ constexpr inline auto null_atlas = (atlasid)-1LL; constexpr inline size_t character_name_max = 128; constexpr inline size_t string_max = 512; -constexpr inline proto_t proto_version = 9; +constexpr inline proto_t proto_version = 10; constexpr inline proto_t min_proto_version = 1; constexpr inline auto chunk_magic = (uint16_t)~0xc0d3; constexpr inline auto scenery_magic = (uint16_t)~0xb00b; -- cgit v1.2.3