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>2007-09-13 11:20:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-13 11:20:50 +0000
commitbdf7790e177b672f18af015211f2f69e84c6c1cb (patch)
tree53e8eab16341fe2049b6149cbbc9ca81b1ce63a5 /crawl-ref/source/view.h
parent40e4b8b58a0d57fff3b24aeff8dedd26b9d10427 (diff)
downloadcrawl-ref-bdf7790e177b672f18af015211f2f69e84c6c1cb.tar.gz
crawl-ref-bdf7790e177b672f18af015211f2f69e84c6c1cb.zip
Cleaning up magic mapping. Patch by dolorous.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2078 c06c8d41-db1a-0410-9941-cceddc491573
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 ad1d962911..a595da556e 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -55,7 +55,8 @@ void losight(FixedArray<unsigned int, ENV_SHOW_DIAMETER, ENV_SHOW_DIAMETER>& sh,
int x_p, int y_p);
-bool magic_mapping(int map_radius, int proportion, bool force = false);
+bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
+ bool force = false);
// last updated 12may2000 {dlb}