summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-23 19:29:09 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-23 19:29:09 +0100
commit37da838ff65b8bd70c80aede9a22b0226eb0f6de (patch)
treeb2f070bbeddc98903eaf8fb7c6cc3869cb40f4ea /src
parentac2504a7b0c14df00706fa575b798a2958c6497a (diff)
ccc
Diffstat (limited to 'src')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
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;