summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 05:12:20 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 05:12:20 +0000
commit5799afe36a266d26248c32ffd43285ab15a02235 (patch)
treeceb8a56ce7fab155bc180b44c275f5e0f1d8b012 /crawl-ref/source/overmap.cc
parent93fada6f095c7e878a9f099a6310d0b7123d4dfb (diff)
downloadcrawl-ref-5799afe36a266d26248c32ffd43285ab15a02235.tar.gz
crawl-ref-5799afe36a266d26248c32ffd43285ab15a02235.zip
Hint at the force prompt feature when entering annotations.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9139 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/overmap.cc')
-rw-r--r--crawl-ref/source/overmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc
index fa1d3841e5..d491f551e8 100644
--- a/crawl-ref/source/overmap.cc
+++ b/crawl-ref/source/overmap.cc
@@ -797,7 +797,7 @@ void annotate_level()
mpr(get_level_annotation(li).c_str() );
}
- mpr( "Set level annotation to what? ", MSGCH_PROMPT );
+ mpr( "Set level annotation to what (using ! forces prompt)? ", MSGCH_PROMPT );
char buf[77];
if (cancelable_get_line( buf, sizeof(buf) ))