summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:07:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:07:21 +0000
commit75ac5233e92cd1ab525553cb736a92356a136574 (patch)
tree32981b9761a6e754be56519e58e3ffa16e41c4df
parent247ea07854e8c6781497b56db77df81c3ba9005f (diff)
downloadcrawl-ref-75ac5233e92cd1ab525553cb736a92356a136574.tar.gz
crawl-ref-75ac5233e92cd1ab525553cb736a92356a136574.zip
Add another spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6424 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 101bb46f19..024c1af344 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1026,7 +1026,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
you.inv[potion].name(DESC_NOCAP_YOUR).c_str());
}
else if (dir == DIR_DIR)
- mpr(prompt ? prompt : "Which direction? ", MSGCH_PROMPT);
+ mpr(prompt ? prompt : "Which direction?", MSGCH_PROMPT);
const bool needs_path = (!testbits(flags, SPFLAG_GRID)
&& !testbits(flags, SPFLAG_TARGET));