summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-25 23:38:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-25 23:38:56 +0000
commitbc264bb83dd6c073cf884563b7a1e03862b06c7b (patch)
tree9ab1b2ceec52f1ade692d306d41c8d1059593006 /crawl-ref/source/acr.cc
parent4a746253d5b490b74bf195038b943583fe4c1017 (diff)
downloadcrawl-ref-bc264bb83dd6c073cf884563b7a1e03862b06c7b.tar.gz
crawl-ref-bc264bb83dd6c073cf884563b7a1e03862b06c7b.zip
Don't force recentering around the player when deliberately forgetting
the level map. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4640 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 9f7a8c79f2..1df013c7e2 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2031,7 +2031,7 @@ void process_command( command_type cmd )
{
mpr("Clearing level map.");
clear_map();
- crawl_view.set_player_at(you.pos(), true);
+ crawl_view.set_player_at(you.pos());
}
break;