summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-04 09:34:40 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-04 09:34:40 +0000
commitb2226ab9c80895a591f3dbade4c61d72c4bab642 (patch)
treefe98f14edf5fd5460bed621a79fb9d4f91a5e968 /crawl-ref/source/externs.h
parent99affe81903ecec2f5eaf98584eb67b93ecdfad6 (diff)
downloadcrawl-ref-b2226ab9c80895a591f3dbade4c61d72c4bab642.tar.gz
crawl-ref-b2226ab9c80895a591f3dbade4c61d72c4bab642.zip
Suppress --More-- when travel/explore makes a T&D trap save.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4864 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index dbe192d304..d0d3349e4e 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -473,8 +473,8 @@ public:
// Returns true if we're currently resting.
bool is_rest() const;
-
bool is_explore() const;
+ bool is_any_travel() const;
// Clears run state.
void clear();