summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/maplayer.h b/src/maplayer.h
index 861ef1318..327a6baa0 100644
--- a/src/maplayer.h
+++ b/src/maplayer.h
@@ -231,7 +231,9 @@ class MapItem
ATTACK = 10,
PRIORITY = 11,
IGNORE_ = 12,
- SEPARATOR = 13
+ PICKUP = 13,
+ NOPICKUP = 14,
+ SEPARATOR = 15
};
MapItem();