summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wall-atlas.hpp')
-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;