summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index 97e65922cb..a4d76ef56e 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -248,7 +248,7 @@ public:
virtual bool has_spell(spell_type spell) const = 0;
virtual bool will_trigger_shaft() const;
- virtual level_id shaft_dest() const;
+ virtual level_id shaft_dest(bool known) const;
virtual bool do_shaft() = 0;
coord_def position;