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 af6c26a87e..941e559ad2 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -2005,7 +2005,7 @@ static level_id prompt_travel_depth(const level_id &id)
int depth = get_nearest_level_depth(branch);
for (;;)
{
- mesclr();
+ mesclr(true);
mprf(MSGCH_PROMPT, "What level of %s? "
"(default %d) ", branches[branch].longname, depth);