summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/los.h')
-rw-r--r--crawl-ref/source/los.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/los.h b/crawl-ref/source/los.h
index c28561724b..379983c095 100644
--- a/crawl-ref/source/los.h
+++ b/crawl-ref/source/los.h
@@ -27,8 +27,9 @@ int num_feats_between(const coord_def& source, const coord_def& target,
dungeon_feature_type max_feat,
bool exclude_endpoints = true,
bool just_check = false);
-bool grid_see_grid(const coord_def& p1, const coord_def& p2,
- dungeon_feature_type allowed = DNGN_UNSEEN);
+bool cell_see_cell(const coord_def& p1, const coord_def& p2);
+bool can_go_straight(const coord_def& p1, const coord_def& p2,
+ dungeon_feature_type allowed);
void clear_rays_on_exit();
void losight(env_show_grid& sh, const los_param& dat);