summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 11034a37e..135db5da4 100644
--- a/src/map.h
+++ b/src/map.h
@@ -585,8 +585,10 @@ class MapItem
ARROW_RIGHT = 7,
PORTAL = 8,
MUSIC = 9,
- MONSTER = 10,
- SEPARATOR = 11
+ ATTACK = 10,
+ PRIORITY = 11,
+ IGNORE = 12,
+ SEPARATOR = 13
};
MapItem();