summaryrefslogtreecommitdiff
path: root/src/map/map.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.t.hpp')
-rw-r--r--src/map/map.t.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp
index 4336411..0f3e608 100644
--- a/src/map/map.t.hpp
+++ b/src/map/map.t.hpp
@@ -182,7 +182,7 @@ namespace e
enum class MapCell : uint8_t
{
// the usual thing
- UNWALKABLE = 0x01,
+ UNWALKABLE = 0x01,
// not in tmwa data
_range = 0x04,
};