summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-30 03:31:21 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-30 03:31:36 +0300
commit6a4423541d83e23614738d685add03fa8047eb34 (patch)
tree3bbc6cb37a4af52d22438a390cc7ae6872dd330d /src/map.h
parent4d3bafdeb5a57f82487c14fded48dcfece98ae4c (diff)
downloadplus-6a4423541d83e23614738d685add03fa8047eb34.tar.gz
plus-6a4423541d83e23614738d685add03fa8047eb34.tar.bz2
plus-6a4423541d83e23614738d685add03fa8047eb34.tar.xz
plus-6a4423541d83e23614738d685add03fa8047eb34.zip
Fix compilation for windows.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 135db5da4..1116fef4d 100644
--- a/src/map.h
+++ b/src/map.h
@@ -587,7 +587,7 @@ class MapItem
MUSIC = 9,
ATTACK = 10,
PRIORITY = 11,
- IGNORE = 12,
+ IGNORE_ = 12,
SEPARATOR = 13
};