summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
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();