summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tile-defs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp
index 46e72984..0dc74e20 100644
--- a/src/tile-defs.hpp
+++ b/src/tile-defs.hpp
@@ -4,7 +4,7 @@
namespace floormat {
-using variant_t = uint8_t;
+using variant_t = uint8_t; // todo change later to 16 bits
constexpr inline uint32_t TILE_MAX_DIM = 16;
constexpr inline size_t TILE_COUNT = size_t{TILE_MAX_DIM}*size_t{TILE_MAX_DIM};