summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-10-28 20:49:39 -0700
committerRobert Vollmert <rvollmert@gmx.net>2009-10-29 10:38:15 +0100
commit3e559f10ad2ad57f02314b1d3d39814ec976e150 (patch)
tree05491867f030f56d095c5b044e6155d5e5ed8979 /crawl-ref/source/view.h
parentebfbb6fbb71da74b891711361ce8191a1f60a7b6 (diff)
downloadcrawl-ref-3e559f10ad2ad57f02314b1d3d39814ec976e150.tar.gz
crawl-ref-3e559f10ad2ad57f02314b1d3d39814ec976e150.zip
Make passive maping use a circular region
Signed-off-by: Robert Vollmert <rvollmert@gmx.net>
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index e561040106..30c179d4d1 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -70,6 +70,7 @@ void find_features(const std::vector<coord_def>& features,
bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
bool force = false, bool deterministic = false,
+ bool circular = false,
coord_def origin = coord_def(-1, -1));
void reautomap_level();