From 8f10444e4ce4a4e25455f0a3857edc7ca74631e8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Apr 2011 21:56:11 +0300 Subject: Impliment 3 attack lists. (priority, attack, ignore) --- src/map.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/map.h') 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(); -- cgit v1.2.3-60-g2f50