summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 6b7e417277..164d59c673 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -554,7 +554,7 @@ void direction(dist& moves, targeting_type restricts,
// We'll live with that.
if ( !just_looking && (show_prompt || beh->should_redraw()) )
{
- mprf(MSGCH_PROMPT, "%s (%s)", prompt? prompt : "Aim",
+ mprf(MSGCH_PROMPT, "%s (%s)", prompt ? prompt : "Aim",
target_mode_help_text(restricts));
if ((mode == TARG_ANY || mode == TARG_FRIEND)