summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.cc')
-rw-r--r--crawl-ref/source/travel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index 83048d6868..1d2c6d577a 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -256,7 +256,7 @@ static void _tile_exclude_gmap_update(const coord_def p)
int px = p.x+x, py = p.y+y;
if (in_bounds(coord_def(px,py)))
{
- tiles.update_minimap(px, py, MF_EXCL);
+ tiles.update_minimap(px, py);
}
}
}