summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 07:25:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 07:25:57 +0000
commitae558c387a4ede86cffe8e4654ea6e544863abc1 (patch)
tree188c43c51fbe8ba5bcdfe5677d542531b79c6a6e /crawl-ref/source/travel.h
parent96a447410eabfc50aadc628f4ce27c6cbc4b2353 (diff)
downloadcrawl-ref-ae558c387a4ede86cffe8e4654ea6e544863abc1.tar.gz
crawl-ref-ae558c387a4ede86cffe8e4654ea6e544863abc1.zip
A few small message changes and additions, mostly
concerning portals. Oh, and portals will now stop travel just like other interesting features. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2025 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 30455af20f..bd6b9d52e6 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -130,7 +130,8 @@ enum explore_stop_type
ES_GREEDY_PICKUP = 0x04,
ES_STAIR = 0x08,
ES_SHOP = 0x10,
- ES_ALTAR = 0x20
+ ES_ALTAR = 0x20,
+ ES_PORTAL = 0x40
};
////////////////////////////////////////////////////////////////////////////