From 7ed077a94dd553e5aa7675144ce98fd6e4ce723e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 4 May 2012 01:36:53 +0300 Subject: Add pickup ignore list. --- src/maplayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/maplayer.h') 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(); -- cgit v1.2.3-70-g09d2