summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-14 17:58:17 -0400
committerNeil Moore <neil@s-z.org>2014-05-14 17:58:17 -0400
commita22e8573f502b043288a04049dcda581e4b2a43c (patch)
treeff0c4e75d77518e64eee593f15b52630896c5e46 /crawl-ref/source/wiz-you.cc
parent7754ac91bc8ebe2d55956e1a5241db7015a6b133 (diff)
downloadcrawl-ref-a22e8573f502b043288a04049dcda581e4b2a43c.tar.gz
crawl-ref-a22e8573f502b043288a04049dcda581e4b2a43c.zip
Remove an mprf("").
Diffstat (limited to 'crawl-ref/source/wiz-you.cc')
-rw-r--r--crawl-ref/source/wiz-you.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-you.cc b/crawl-ref/source/wiz-you.cc
index 03ec05a7f0..fe1c60bd58 100644
--- a/crawl-ref/source/wiz-you.cc
+++ b/crawl-ref/source/wiz-you.cc
@@ -907,8 +907,7 @@ void wizard_edit_durations(void)
mprf_nocap(MSGCH_PROMPT, "%c) %-*s : %d", 'a' + i, (int)max_len,
dur_names[dur], you.duration[dur]);
}
- mprf(MSGCH_PROMPT, "");
- mprf(MSGCH_PROMPT, "Edit which duration (letter or name)? ");
+ mprf(MSGCH_PROMPT, "\nEdit which duration (letter or name)? ");
}
else
mprf(MSGCH_PROMPT, "Edit which duration (name)? ");