summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index e499245913..2a64183fda 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -267,7 +267,7 @@ void set_terrain_mapped( int x, int y )
static void _automap_from( int x, int y, int mutated )
{
if (mutated)
- magic_mapping(8 * mutated, 5 * mutated, true, false,
+ magic_mapping(8 * mutated, 25, true, false,
true, true, coord_def(x,y));
}