From 37da838ff65b8bd70c80aede9a22b0226eb0f6de Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 23 Nov 2023 19:29:09 +0100 Subject: ccc --- src/wall-atlas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index da00cfe1..1c0a920d 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -74,7 +74,7 @@ struct Info }; struct DirArrayIndex { - std::uint8_t val = (uint8_t)-1; + uint8_t val = (uint8_t)-1; operator bool() const { return val != (uint8_t)-1; } bool operator==(const DirArrayIndex&) const noexcept; -- cgit v1.2.3