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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 4b70506ba3..5f16a2ce79 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1353,7 +1353,8 @@ public:
bool needs_transit() const;
void set_transit(const level_id &destination);
bool find_place_to_live(bool near_player = false);
- bool find_place_near_player();
+ bool find_home_near_place(const coord_def &c);
+ bool find_home_near_player();
bool find_home_around(const coord_def &c, int radius);
bool find_home_anywhere();