summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-09-10 03:31:18 -0400
committerNeil Moore <neil@s-z.org>2012-09-10 03:31:18 -0400
commit9740d6198e03c776ef091b8565d82a2f0c263098 (patch)
tree340c11537d38dda8956af8ae2ecb32985633454d /crawl-ref/source/viewmap.cc
parent38dc1e3e2495ad252a048eabe6786ae0bf0a235c (diff)
downloadcrawl-ref-9740d6198e03c776ef091b8565d82a2f0c263098.tar.gz
crawl-ref-9740d6198e03c776ef091b8565d82a2f0c263098.zip
Tiles map: center and show the map cursor right away.
Fixes #6198.
Diffstat (limited to 'crawl-ref/source/viewmap.cc')
-rw-r--r--crawl-ref/source/viewmap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc
index ee66cc4020..ade1253022 100644
--- a/crawl-ref/source/viewmap.cc
+++ b/crawl-ref/source/viewmap.cc
@@ -869,7 +869,6 @@ bool show_map(level_pos &lpos,
tiles.update_tabs();
first_run = false;
}
- else
#endif
tiles.load_dungeon(lpos.pos);
#endif