summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 0c1c5b098..fbb8e1394 100644
--- a/src/map.h
+++ b/src/map.h
@@ -579,7 +579,9 @@ class MapItem
ARROW_LEFT = 6,
ARROW_RIGHT = 7,
PORTAL = 8,
- MUSIC = 9
+ MUSIC = 9,
+ MONSTER = 10,
+ SEPARATOR = 11
};
MapItem();