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 f0f21cf266..1e0c6e47fc 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -88,7 +88,8 @@ void find_features(const std::vector<coord_def>& features,
* called from: direct - monstufff - view
* *********************************************************************** */
void losight(env_show_grid &sh, feature_grid &gr,
- const coord_def& center, bool clear_walls_block = false);
+ const coord_def& center, bool clear_walls_block = false,
+ bool ignore_clouds = false);
bool magic_mapping(int map_radius, int proportion, bool suppress_msg,