summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 0d633aca64..8d98254c17 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -362,6 +362,7 @@ public:
// public methods
void set_range(int r);
+ coord_def next_pos(const coord_def &p) const;
bool init_pathfind(monsters *mon, coord_def dest,
bool diag = true, bool msg = false,
bool pass_unmapped = false);