summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 135314223f..357cfbf597 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -232,7 +232,8 @@ bool find_ray( int sourcex, int sourcey, int targetx, int targety,
int num_feats_between(int sourcex, int sourcey, int targetx, int targety,
dungeon_feature_type min_feat,
dungeon_feature_type max_feat,
- bool exclude_endpoints = true);
+ bool exclude_endpoints = true,
+ bool just_check = false);
dungeon_char_type dchar_by_name(const std::string &name);