From 4cb881c88f5e1879e89ab2c830a622a2edfb0f82 Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 10 Sep 2015 22:30:23 -0400 Subject: do not bind trigger detection to map cells --- src/map/map.t.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map/map.t.hpp') diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp index 89b9a87..ea7ead5 100644 --- a/src/map/map.t.hpp +++ b/src/map/map.t.hpp @@ -185,8 +185,6 @@ enum class MapCell : uint8_t UNWALKABLE = 0x01, // not in tmwa data _range = 0x04, - // set in code, not imported - NPC_NEAR = 0x80, }; ENUM_BITWISE_OPERATORS(MapCell) } -- cgit v1.2.3-70-g09d2