summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/map_knowledge.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-07 11:53:03 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-07 11:53:03 +0200
commit9b110db93636bf173f45d0a66c2cd3540c50fe21 (patch)
treebb6c03c4d3394c3a5b26f54c3f21cc8acee2a456 /crawl-ref/source/map_knowledge.h
parentf2b92c85657b07c36fc955da0f4c4fcda5f1ddeb (diff)
downloadcrawl-ref-9b110db93636bf173f45d0a66c2cd3540c50fe21.tar.gz
crawl-ref-9b110db93636bf173f45d0a66c2cd3540c50fe21.zip
s/antihalo/umbra/g in the code as well, to match the new user-visible name.
Diffstat (limited to 'crawl-ref/source/map_knowledge.h')
-rw-r--r--crawl-ref/source/map_knowledge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/map_knowledge.h b/crawl-ref/source/map_knowledge.h
index c1249eda52..bb7bebdd60 100644
--- a/crawl-ref/source/map_knowledge.h
+++ b/crawl-ref/source/map_knowledge.h
@@ -29,7 +29,7 @@
#define MAP_WITHHELD 0x200000
#define MAP_LIQUEFIED 0x400000
#define MAP_ORB_HALOED 0x800000
-#define MAP_ANTIHALOED 0x1000000
+#define MAP_UMBRAED 0x1000000
/*
* A map_cell stores what the player knows about a cell.