summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/map_knowledge.h
diff options
context:
space:
mode:
authorBen Striegel <ben.striegel@gmail.com>2012-03-21 11:53:00 -0400
committerMichael Gagno <evilmike@gmail.com>2012-03-21 22:07:41 -0700
commitd25490bfe01fa17532cf1b16176f9c46cf2248de (patch)
treebd517cf8b6c76e7b319c37f4af444f834c03d39f /crawl-ref/source/map_knowledge.h
parentc97a72811d82a1e84768b6f2e6ea17c150fbf524 (diff)
downloadcrawl-ref-d25490bfe01fa17532cf1b16176f9c46cf2248de.tar.gz
crawl-ref-d25490bfe01fa17532cf1b16176f9c46cf2248de.zip
Moth of Suppression, preliminary coding
Diffstat (limited to 'crawl-ref/source/map_knowledge.h')
-rw-r--r--crawl-ref/source/map_knowledge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/map_knowledge.h b/crawl-ref/source/map_knowledge.h
index 22e398ed04..c0d7de4192 100644
--- a/crawl-ref/source/map_knowledge.h
+++ b/crawl-ref/source/map_knowledge.h
@@ -47,6 +47,7 @@ struct cloud_info
#define MAP_LIQUEFIED 0x400000
#define MAP_ORB_HALOED 0x800000
#define MAP_UMBRAED 0x1000000
+#define MAP_SUPPRESSED 0X2000000
/*
* A map_cell stores what the player knows about a cell.