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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp
index d685c01..0f3e608 100644
--- a/src/map/map.t.hpp
+++ b/src/map/map.t.hpp
@@ -71,6 +71,7 @@ enum class mob_stat
DEF,
MDEF,
SPEED,
+ CRITICAL_DEF,
// These must come last:
// [Fate] Encoded as base to 1024: 1024 means 100%
XP_BONUS,
@@ -181,7 +182,7 @@ namespace e
enum class MapCell : uint8_t
{
// the usual thing
- UNWALKABLE = 0x01,
+ UNWALKABLE = 0x01,
// not in tmwa data
_range = 0x04,
};