summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-11-28 10:12:47 +0100
committerNeil Moore <neil@s-z.org>2013-11-28 11:16:43 -0500
commit4f4079f8b06625a2b789c739a82de65dbcb7c375 (patch)
treefd547be5e67f19c93dd451910d8896a3609f0a67 /crawl-ref/source/travel.cc
parentd9dfa8fc9755fb0a4e8954c7eb94f32fe97b82e0 (diff)
downloadcrawl-ref-4f4079f8b06625a2b789c739a82de65dbcb7c375.tar.gz
crawl-ref-4f4079f8b06625a2b789c739a82de65dbcb7c375.zip
Rename mprnojoin to mpr_nojoin
For consistency with mpr_nocap, mpr_comma_separated_list and friends.
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 a65240906e..d708d057e7 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -3020,7 +3020,7 @@ void start_explore(bool grab_items)
{
if (Options.auto_sacrifice == AS_PROMPT)
{
- mprnojoin("Things which can be sacrificed:", MSGCH_FLOOR_ITEMS);
+ mpr_nojoin("Things which can be sacrificed:", MSGCH_FLOOR_ITEMS);
for (stack_iterator si(you.visible_igrd(you.pos())); si; ++si)
if (si->is_greedy_sacrificeable())
mpr_nocap(get_menu_colour_prefix_tags(*si, DESC_A));