summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-07 21:24:43 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-07 21:24:43 +0000
commit6cd783423bef2d290172930c770c3f22e8e127ad (patch)
treebbb6d8fde994d94c945d4264fb053675cb28d7c5 /crawl-ref/source/view.h
parent22a9bad294c44f6dd86faea04e1b00ea7c6e31d6 (diff)
downloadcrawl-ref-6cd783423bef2d290172930c770c3f22e8e127ad.tar.gz
crawl-ref-6cd783423bef2d290172930c770c3f22e8e127ad.zip
* Fix double prompts for inscription warnings when clicking on the tiles
inventory. * Change exclusions from buggy los back to full radius, so as not to delay the release any further. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9916 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 3210182862..22d3d331b4 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -72,7 +72,7 @@ void find_features(const std::vector<coord_def>& features,
void losight(env_show_grid &sh, feature_grid &gr,
const coord_def& center, bool clear_walls_block = false,
- bool ignore_clouds = false);
+ bool ignore_clouds = false, bool full_radius = false);
bool magic_mapping(int map_radius, int proportion, bool suppress_msg,