summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:06:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:06:11 +0000
commit247ea07854e8c6781497b56db77df81c3ba9005f (patch)
treeca5630b29707862b5440b1906adc1c43bc16af44 /crawl-ref/source/directn.cc
parent84b3d0494c5f10416d8ea3f6c30cb9cf6c439e6c (diff)
downloadcrawl-ref-247ea07854e8c6781497b56db77df81c3ba9005f.tar.gz
crawl-ref-247ea07854e8c6781497b56db77df81c3ba9005f.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6423 c06c8d41-db1a-0410-9941-cceddc491573
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)