From b6a42cc53f808c86342d1bcd400ea95e6e7f5762 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 29 Oct 2022 00:54:19 +0200 Subject: serializer work --- src/tile-image.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tile-image.hpp b/src/tile-image.hpp index 30ae7b0b..06d0cb41 100644 --- a/src/tile-image.hpp +++ b/src/tile-image.hpp @@ -10,7 +10,7 @@ struct tile_atlas; struct tile_image final { std::shared_ptr atlas; - std::uint16_t variant = (std::uint8_t)-1; + std::uint16_t variant = (std::uint16_t)-1; explicit operator bool() const noexcept { return !!atlas; } -- cgit v1.2.3